[android-developers] Re: Published app icon issue [URGENT]

2016-06-24 Thread Jason Flanagan
Did you make sure that the icon image is included in your project? Make sure you change the icon to the correct filename of your image in the manifest. See http://stackoverflow.com/questions/26615889/how-to-change-the-launcher-logo-of-an-app-in-android-studio for clarification. -JF On Monday

Re: [android-developers] Unexpected Cast To Button

2016-06-16 Thread Jason Flanagan
To reference your button in your MainActivity class as in your original post. In your activity_main.xml you should have something like this... it appears as though this id was under an ImageView tag rather than a button tag. -JF On Thursday, June 16, 2016 at 7:41:06 AM UTC-4, Rajdeep Roy wr

[android-developers] Re: Screenshort in android studio.

2016-06-11 Thread Jason Flanagan
This, http://stackoverflow.com/questions/2661536/how-to-programmatically-take-a-screenshot-in-android, seems to be a good place to start. -JF On Thursday, June 9, 2016 at 8:53:10 AM UTC-4, Gulwant gill wrote: > > Hi, > > Can you guys please tell me how can i take *screenshot of a specific > o