Showing posts with label activity. Show all posts
Showing posts with label activity. Show all posts

Friday, 23 October 2015

How to start a new Activity?



In android manifest.xml add this following code
<activity
android:name=".NameOfActivity" />

In your activity add this code

Intent intentSecondActivity = new Intent(this, NameOfActivity.class);
startActivity(intentSecondActivity);



Thursday, 22 October 2015

WiFi shows connected, but no activity



Anyone running into this? I didn't notice this happening before applying the OTA that just arrived. Then again, I want actively using it. I was letting my apps automatically restore.

Come to think of it, it never did restore all my apps so maybe the problem did start before the update.

Next up, I'm going to do a factory reset and go from there...

Sent from my XT1095 using Tapatalk