[android-developers] Re: A new tab with advertisement opens automatically on chrome?

2015-12-13 Thread Kitty Jutbring
I am pretty sure this is not an Android development question. Are you sober? I think you will have more luck at another place. On Sunday, December 13, 2015 at 11:01:45 AM UTC+1, atul thakre wrote: > > I have chrome installed on my windows 8.1. Whenever i click on any link on > any site, the lin

[android-developers] Re: eclips and Android Studio Errors

2015-12-12 Thread Kitty Jutbring
1. This error is exactly what it sounds like. You are not supposed to hardcode strings like button names etc. Instead you are supposed to use strings stored in strings.xml. Please see the guide on Android String resources. https://developer.android.com/guide/topics/resources/string-resource.htm

[android-developers] Re: Who translates google play apps?

2015-12-12 Thread Kitty Jutbring
I guess the most straight forward way is for you to contact the publisher of an app that you want to translate and ask them if there is any interest from their side to get help with translating their app. On Friday, December 11, 2015 at 8:16:02 PM UTC+1, Vladimir Markiev wrote: > > So Google Pl

[android-developers] Re: How can you split a string up in parts android app.

2015-12-12 Thread Kitty Jutbring
This is a Java question. Have you tried searching for something like "split string java"? Simple answer is yes. I encourage you to read up on the String class documentation (https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), especially focusing on this section: https://docs.or

[android-developers] Context menu for a Grid item

2010-01-06 Thread kitty
Hi all, I'm writing an application in which i need a menu for a Grid item i.e., whenever i click a Grid item in the Gridview a list should be displayed in the same layout beside the Grid item similar to Context menu. I know that we can set the Context menu for entire listview or Gridview but how c

[android-developers] Progress bar with threads

2009-12-16 Thread kitty
the numbers are being printed repeatedly for 100 times. Here is my code so please come up with your suggestions, its urgent. Thanks in advance Kitty PBar.java public class Pbar extends Activity { int progress=0; ProgressBar pbar; int progressStatus=0; Handler handler=new Handler()