[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

[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:

[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

[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.