• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Note 10 Plus

When I set the Do Not Disturb I only want the alarms to sound off only problem is they do not, no sound and no visual display, only a push pin icon on the lock screen.

I do have alarms turned on in the settings and have them listed as exceptions also. My Note 5 Never did this. What's going on?

SMS folders?

Is there a way to create folders in Messaging app on the phone?

Similar to how one would do with an email account to sort messages.

I have an Aristo 2 running Android version 8.1.0

I saw other posts linking an app but the link was broken.

The apps I found in the play store are not really what I Want as they use cloud technology.

Thanks Mia

Help Plz help me

Plz help I am rooted my device model:sm-A600G and by mistake I locked OEM and enabling or disabling OEM in these model mean it will proceed with reset via recovery automatically but when phone boot up before reset it is showing custom binary blocked by frp lock plz help It was very weird I tried to flash stock ROM as well as higher version but not get any success both firmwares get failed at system.img plz help me
Thank in advance

I was shocked to see this most of websites had good amount of information regarding me.

Howdy Members,

So I am pro privacy centric users and I use web apps and skim through privacy policy just ot make sure that nothing extra is being recorded about me. I was shocked to find out that some of the websites quoted in this article https://www.purevpn.com/blog/creepy-websites-that-know-everything-about-you/ had good amount of information regarding me. Specially
Family Tree Now,
Data Selfie (the case is different about data selfie as you install it and give the permission to record the data and based on their machine learning they predict this information is kept with Facebook of the user).
and
Predictive World (this is some what similar to Data Selfie. This websites uses data to predict you on Big 5 model it also ask to link Facebook so that it can access the data)

Also, go through the other websites so that you should check and request them to delete the data.

How to make API of Android RecyclerView Load More, Endless Scrolling similar as pagination.

Hello, every one i have project of android recyclerview reload more on scroll, endless scroll. i have complete project of this type. but i don't have php server api. i don't know how to create api of android app. i require first time shown only 10 data, but next user when scroll more than display next 10 data. so we have completelly 20 item data available. :rolleyes:

https://www.youtube.com/watch?time_continue=7&v=-JFXwafEVBo

So anythink have an idea of this type api. so please ask me..because we have very requirement ..>> similar as pagination >> :eek::eek:

OUTLOOK DARK MODE

Speaking of apps, does any experts here, and I assume many, today get an update on the OUTLOOK email app specifying dark mode?
I ask because it flashes black when opening and is white when open. The update says its slowly rolling out.
Maybe it's a partial update.
Does yours flash black or stay dark?

Help please my phone wont sync or backup my photos in gallery,ect. ?

Hello i been trying to sync & backup all my files photo gallery,apps. , ect. ALL my stuff thats on my at&t samsung galaxy s7 to samsung cloud , it wont let me! I want to find out step by step how to and to where can i SECURELY send ALL my stuff from the device to & can go to retrieve everything, before i do a factory reset on the device.... Any1 can help me ? Thanks~

Black screen when playing video on Android 4.4 (API 19) kitkat

Im only getting a black screen when playing video on Android 4.4 (API 19). Not sure what is happening. Works fine on Android 9 (API 28)

Im using Android studio with the mediaplayer library. But im having the same issue using react-native-video with react-native.

I need to install and run this on an older Android version Android 4.4 (API 19) kitkat.

I read this https://developer.android.com/guide/topics/media/media-formats so I changed the profile in my encoding from H.264 AVC Main Profile to H.264 AVC Baseline Profile (BP). But no difference.

Im testing on emulator via android studio. I have got no device with that os. Android 4.4 Version.api: 19 (Google API) and resolution 1920 x 1080

Black screen with boot animation stuck

Hello everyone!!

TIFU. I have a rooted em756 tab. I installed jrummy ROM toolbox lite and changed the boot animation to a custom one. After a reboot the tablet was stuck on unfortunately com.android.media has stopped and system ui has stopped.

I did a complete wipe data factory reset but forgot that the boot animation is in /system/media so the custom boot ani is still there. now the tab gets stuck on BLACK SCREEN. i tried ADB but without USB debugging enabled and no TWRP for the thing, I cannot find a solution. Could someone please help me?

Bluetooth issues with 2011 Chevy Equinox.

I recently bought a 2011 Equinox and can not get my Samsung Galaxy s9+ to link up with bluetooth. I have tried several (20 OR 30). I did a hard re-boot of whole system with no luck.
When I first purchased it there were some numbers stored in the memory that I deleted, so I believe it worked at one point.
Is there a software update that I can download onto a flash drive or any other repair?
Please help out of you can, thank you!

invoke vittual method java.lang.string java. lang.toString ()' on Null object reference

Bonjour à tous,

Je suis nouveau dans le fabuleux monde de la création d'application android. Je débute avec SKETCHWARE et après avoir suivi un tuto pour créer une base de données avec firebase, en lançant l'application et en allant sur une des pages de mon Menu, cette erreur apparaît :

" Attempt To invoke vittual method java.lang.string java. lang.toString ()' on Null object reference
At
Com.my.newProject.ProduitsActivity
$listview1Adapter.getView(ProduitsActivity.java:293) "


Je ne trouve pas mon erreur,

Pourriez vous m'apporter vos lumières s'il vous plait . Je n'arrive plus à avancer dans mon projet.

Merci d'avance.
Charly.

voici mon code :

package com.my.newproject;

import android.app.*;
import android.os.*;
import android.view.*;
import android.view.View.*;
import android.widget.*;
import android.content.*;
import android.graphics.*;
import android.media.*;
import android.net.*;
import android.text.*;
import android.util.*;
import android.webkit.*;
import android.animation.*;
import android.view.animation.*;
import java.util.*;
import java.text.*;
import android.support.v7.app.AppCompatActivity;
import android.widget.LinearLayout;
import android.widget.Button;
import java.util.Timer;
import java.util.TimerTask;
import android.content.Intent;
import android.net.Uri;
import android.animation.ObjectAnimator;
import android.view.animation.LinearInterpolator;
import android.view.animation.AccelerateInterpolator;
import android.view.animation.DecelerateInterpolator;
import android.view.animation.AccelerateDecelerateInterpolator;
import android.view.animation.BounceInterpolator;
import android.view.View;

public class MainActivity extends AppCompatActivity {

private Timer _timer = new Timer();

private double rotation = 0;
private double click = 0;
private double xbk = 0;

private LinearLayout linear1;
private LinearLayout linear2;
private Button menu;
private LinearLayout linear3;
private LinearLayout linear4;
private Button button8;
private Button button2;
private Button button3;
private Button button4;
private Button button5;
private Button button6;

private TimerTask timer;
private Intent intent = new Intent();
private ObjectAnimator ani = new ObjectAnimator();
private Intent show = new Intent();
@override
protected void onCreate(Bundle _savedInstanceState) {
super.onCreate(_savedInstanceState);
setContentView(R.layout.main);
initialize(_savedInstanceState);
initializeLogic();
}

private void initialize(Bundle _savedInstanceState) {

linear1 = (LinearLayout) findViewById(R.id.linear1);
linear2 = (LinearLayout) findViewById(R.id.linear2);
menu = (Button) findViewById(R.id.menu);
linear3 = (LinearLayout) findViewById(R.id.linear3);
linear4 = (LinearLayout) findViewById(R.id.linear4);
button8 = (Button) findViewById(R.id.button8);
button2 = (Button) findViewById(R.id.button2);
button3 = (Button) findViewById(R.id.button3);
button4 = (Button) findViewById(R.id.button4);
button5 = (Button) findViewById(R.id.button5);
button6 = (Button) findViewById(R.id.button6);

menu.setOnClickListener(new View.OnClickListener() {
@override
public void onClick(View _view) {
click++;
if (click == 1) {
ani.setTarget(linear4);
ani.setPropertyName("translationX");
ani.setFloatValues((float)(SketchwareUtil.getDip(getApplicationContext(), (int)(-200)) - SketchwareUtil.getDisplayWidthPixels(getApplicationContext())), (float)(0 - SketchwareUtil.getDisplayWidthPixels(getApplicationContext())));
ani.setDuration((int)(500));
ani.setRepeatMode(ValueAnimator.REVERSE);
ani.setRepeatCount((int)(0));
ani.setInterpolator(new AccelerateInterpolator());
ani.start();
}
else {
if (click == 2) {
ani.setTarget(linear4);
ani.setFloatValues((float)(0 - SketchwareUtil.getDisplayWidthPixels(getApplicationContext())), (float)(SketchwareUtil.getDip(getApplicationContext(), (int)(-200)) - SketchwareUtil.getDisplayWidthPixels(getApplicationContext())));
ani.start();
click = 0;
}
}
}
});

button8.setOnClickListener(new View.OnClickListener() {
@override
public void onClick(View _view) {

}
});

button2.setOnClickListener(new View.OnClickListener() {
@override
public void onClick(View _view) {
intent.setClass(getApplicationContext(), DonneesActivity.class);
startActivity(intent);
}
});

button3.setOnClickListener(new View.OnClickListener() {
@override
public void onClick(View _view) {
intent.setClass(getApplicationContext(), ClientsActivity.class);
startActivity(intent);
}
});

button4.setOnClickListener(new View.OnClickListener() {
@override
public void onClick(View _view) {
intent.setClass(getApplicationContext(), ProduitsActivity.class);
startActivity(intent);
}
});

button5.setOnClickListener(new View.OnClickListener() {
@override
public void onClick(View _view) {
intent.setClass(getApplicationContext(), EditionfactdevActivity.class);
startActivity(intent);
}
});

button6.setOnClickListener(new View.OnClickListener() {
@override
public void onClick(View _view) {
intent.setClass(getApplicationContext(), VisuelfactdevActivity.class);
startActivity(intent);
}
});
}
private void initializeLogic() {
click = 0;
}

@override
protected void onActivityResult(int _requestCode, int _resultCode, Intent _data) {
super.onActivityResult(_requestCode, _resultCode, _data);

switch (_requestCode) {

default:
break;
}
}

@override
public void onBackPressed() {
xbk++;
if (xbk == 2) {
xbk = 2;
finish();
}
else {
SketchwareUtil.showMessage(getApplicationContext(), "Presser 2 fois pour quitter !");
}
}
@Deprecated
public void showMessage(String _s) {
Toast.makeText(getApplicationContext(), _s, Toast.LENGTH_SHORT).show();
}

@Deprecated
public int getLocationX(View _v) {
int _location[] = new int[2];
_v.getLocationInWindow(_location);
return _location[0];
}

@Deprecated
public int getLocationY(View _v) {
int _location[] = new int[2];
_v.getLocationInWindow(_location);
return _location[1];
}

@Deprecated
public int getRandom(int _min, int _max) {
Random random = new Random();
return random.nextInt(_max - _min + 1) + _min;
}

@Deprecated
public ArrayList<Double> getCheckedItemPositionsToArray(ListView _list) {
ArrayList<Double> _result = new ArrayList<Double>();
SparseBooleanArray _arr = _list.getCheckedItemPositions();
for (int _iIdx = 0; _iIdx < _arr.size(); _iIdx++) {
if (_arr.valueAt(_iIdx))
_result.add((double)_arr.keyAt(_iIdx));
}
return _result;
}

@Deprecated
public float getDip(int _input){
return TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, _input, getResources().getDisplayMetrics());
}

@Deprecated
public int getDisplayWidthPixels(){
return getResources().getDisplayMetrics().widthPixels;
}

@Deprecated
public int getDisplayHeightPixels(){
return getResources().getDisplayMetrics().heightPixels;
}

}

Attachments

  • erreur sketchware 1.jpg
    erreur sketchware 1.jpg
    142.3 KB · Views: 216

Filter

Back
Top Bottom