Questions about creating or managing Activities in Android.
I want to create own activity as main activity rather than using default MainActivity. How can I define that in …
android android-manifest android-activity main-activityAlmost everything in my activity is working fine, except for wherever TAG is referenced. TAG gets a red line and …
java android android-fragments main-activity tess-twoI've written a few listView activities, as a proof of concept for myself that I could do it. Now, I'm …
android android-layout android-listview android-adapter main-activityI am trying to call getActivity() in the OnItemClickListener: class ViewTest{ //called in a fragment setOnItemClickListener(new OnItemClickListener() { @Override public …
java android casting onitemclick main-activityI am new to Android development, When Android Studio in "MainActivity" class is compiled I get the following error I …
android android-studio main-activity oncreateoptionsmenuEvery time I am trying to turn on my app it shows up an error: Error:error: '*/*' is …
android main-activity aapt2