[android-developers] Multi screen form fill up

2016-01-24 Thread Vivekanand P V
Dear All, I have a domain class with 20 properties which I want the user to fill. I like to show one or two properties per screen. Once the user fill up and validation is ok, the user clicks on the next button given at the bottom. This way, after 10-20 screens, the data is saved for further

[android-developers] Bing translator api issue

2016-01-24 Thread Yong Lin
Below is my code, i wanted to use the bing translate api to translate my strings.xml . I have a spinner in my code, when the user select the language in my spinner, i need to translate my strings.xml to my language, may i know how to do it? package com.plantidentification; import

Re: [android-developers] starting Activity from Activity crashes application

2016-01-24 Thread sardar khan
Your Class Name or Activity Name Should Start with a Capital Letter On Mon, Jan 25, 2016 at 12:08 PM, Zaher abou khashbeh < zaheraboukhash...@gmail.com> wrote: > thanks, it worked > after refactoring/renaming the activity it didn't change in the manifest. > I changed it again and it worked > >

Re: [android-developers] starting Activity from Activity crashes application

2016-01-24 Thread Zaher abou khashbeh
ok thanks On Mon, Jan 25, 2016 at 9:19 AM, sardar khan wrote: > Your Class Name or Activity Name Should Start with a Capital Letter > > On Mon, Jan 25, 2016 at 12:08 PM, Zaher abou khashbeh < > zaheraboukhash...@gmail.com> wrote: > >> thanks, it worked >> after

Re: [android-developers] starting Activity from Activity crashes application

2016-01-24 Thread sardar khan
have you declare the activity in the manifest..?? On Mon, Jan 25, 2016 at 2:59 AM, Zaher abou khashbeh < zaheraboukhash...@gmail.com> wrote: > I have created 3 activities > MainActivity has 2 layouts in it, on setOnClickListener it starts the > other activity > > the first onClickListener works

[android-developers] Playstore Ranking

2016-01-24 Thread Pranil Chandra
We have an which we have started marketing recently to the broader public called 'HYAPPE' But since it is very close to the word 'Happy' we are ranking very low (even thought we are typing the word 'HYAPPE' in the search field. This is very different to the apple appstore where our app appears

Re: [android-developers] starting Activity from Activity crashes application

2016-01-24 Thread Zaher abou khashbeh
thanks, it worked after refactoring/renaming the activity it didn't change in the manifest. I changed it again and it worked On Mon, Jan 25, 2016 at 7:40 AM, sardar khan wrote: > have you declare the activity in the manifest..?? > > On Mon, Jan 25, 2016 at 2:59 AM,

[android-developers] Re: How to log Moto 360 sensor data simultaneously at a fixed rate?

2016-01-24 Thread Rishabh Singh
If you got the chance to look at the code, i think i am create individual sensor listeners inside the same service. Have i done anything wrong? On Saturday, 23 January 2016 00:39:16 UTC-6, Denzil Ferreira wrote: > > You will need a service per each sensor or create individual sensor > listeners

[android-developers] Could you please allow us to access to our files??

2016-01-24 Thread Alain Bonnefoy
Hello, I wonder if you will allow us to acces to our files, I mean files stored under our package name directory via android Device Monitor even on non rooted device. It's abnormal that we cannot do this. Regards, Alain -- You received this message because you are subscribed to the Google

Re: [android-developers] Is it gambling if it's free?

2016-01-24 Thread TreKing
On Sat, Jan 16, 2016 at 12:41 AM, drtyharry wrote: > Is is considered gambling according to the Google Play policy if an app > offers the user a chance to win an award for answering a question? Probably not, but this is a question for a lawyer.

[android-developers] starting Activity from Activity crashes application

2016-01-24 Thread Zaher abou khashbeh
I have created 3 activities MainActivity has 2 layouts in it, on setOnClickListener it starts the other activity the first onClickListener works find and it starts the 2nd activity. but the second onClickListener crashes the application when I click on that layout, eventhough I copied and