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

Recent content by stealthrt

  1. S

    Transparent background FAB not allowing interaction/blocking interaction

    Hey all I am trying to figure out why I am unable to interact with the background even though my app has a transparent background? The code below was modified from the official Google Android demos here. Here is the code I am using: class FabTransformationActivity : AppCompatActivity() {...
  2. S

    App Inventor Google TV remote volume up/down not registering

    Hey all I have been trying to get my remotes volume up/down buttons to register in my app but they never seem to do anything when I press them? I have tried: public class CallBroadcastReceiver extends BroadcastReceiver { @Override public void onReceive(Context context, Intent intent) {...
  3. S

    Android Glide load saved drawable in variable

    Hey all I have looped to gather game icons which I put them into a variable that is inside an class: public class AndroidModel { private String name; private String title; private Drawable icon; Intent androidLaunch; public AndroidModel(String name, String title, Drawable _icon...
  4. S

    Apps Proper way to close a fragment

    Hey all I have 3 fragments - activity_main, _fragmoviesand _fragvideoplay. In the activity_main I have the following: In my _fragmovies I have the following: In my _fragvideoplay I have the following: On the activity_main I have the videoFrame that loads the _fragmovies fragment inside...
  5. S

    [Verizon] Getting fro 4.0.1 to 4.0.4

    Hey all i have my Verizon Galaxy Nexus rooted using the WAG's rootkit. But every few minutes the phone asks me to update (update version ICL53F). When i tell it to update it reboots and shows an Android on its back with a "!" yellow triangle. So i go into CW and clear the catch and try it...
  6. S

    [Verizon] New Galaxy Nexus user, System update

    Hey all, i have rooted my Nexus (Verizon LTE) and everything went well. However, it keeps popping up "system update" and its the ICL53F update (10.7mb). I tried telling it to update but it just loops at bootup when it does and i have to use CW to restore back to factory. How can i update to...