Life for the Dead
- Smartphones
- 4 Replies
Here at android forums theurs no such thing as a dumb question...asking questions no matter how dumb they maybe help grow android forums into the new era and become bstter then xda...thats my opinion of course
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
its a temp file. if you delete, android will just create a new one. these types of files are small so you do not have to worry about space.Like for messenger? That's all that's on it .. trying to help a friend out
Well the one which corrupted my photos was from amazon so I after I read a few things on google i realised it was probably a fake.... so i got the samsung one from argos.... but i just want to know if I can get my photos back now there on a new legit Sd card
It just frustrates me that logically I can't see anything wrong. Possibly this particular brand of phone doesn't support threading very well...?
public void onCreateView() {
// ...
Log.i("notif", "3");
GetNotificationsNewMySQL getNotificationsNewMySQL = new GetNotificationsNewMySQL(this);
getNotificationsNewMySQL.execute("");
}
public void notificationsLoaded() {
Log.i("notif", "4");
// ...
}
private class GetNotificationsNewMySQL extends AsyncTask<FragmentMain,Void,Void> {
FragmentMain callingFragment;
// ...
@Override
protected Void doInBackground(Fragment... params) {
callingFragment = params[0];
// ...
}
protected void onPostExecute(Void v) {
callingFragment.notificationsLoaded();
}
Thanks for the input. I'll check into it.Some devices have a hard time when encountering a router with the SSID for 2.4GHz and 5GHz set to the same thing (e.g. both set to MyNetwork). I ran into this some time in the past (maybe a doorbell I was testing) and simply renamed my 5Ghz network MyNetwork5G and all was good.
I'm not a huge network guru, so I don't remember or understand the particulars, but it worked for me.