[android-developers] Problem with Adding Action Buttons in the Action Bar Using Pager and Fragments

2015-12-15 Thread Mark Phillips
My app has three tabs and I am using a pager to switch between the tabs. Each tab has its own fragment. I added the Settings and Help action buttons to the action bar in the main Activity using the OptionsMenu methods. I now want to add a new action button to the action bar, but just for the first

Re: [android-developers] Re: How do i rate and classificate my app on Google Play Store?

2015-12-15 Thread Justanick
Thank you, i guess the same, just i can't understand first which category it should be inserted to and second how to really get a +18 classification, because as i put all YES answers the maximum age rating i get is +12, very strange :( Il giorno martedì 15 dicembre 2015 15:06:48 UTC+1,

[android-developers] Notifying app user when a new article has been posted on the app.

2015-12-15 Thread Sara Cook
Hello, I currently have an app that receives news articles with a volley and is constantly updated. I want the app to send a notification to the user when a new article is posted. So far I have this code in my response listener but I'm not sure if it's in the right place or if it is detecting

[android-developers] Adding auto complete text view in a sliding tabs layout

2015-12-15 Thread Salwa Ahmed
Hi guys i'm new to android and i'm developing an app where i could type in something and the suggestion list would appear with words but i'm facing difficulty it doesn't work with the sliding tabs i have kept this in tab 1. what is the cause of it not working? help pls thank you -- You

[android-developers] Insert event with CUSTOM_APP_URI and Launch an activity from calendar application

2015-12-15 Thread raveesh L
favorite I'm trying to open my android application from calendar event using CUSTOM_APP_URI. 1. So i insert an event to Calendar through my application. 2. Opening Calendar app, and

[android-developers] Android Apps Without Main Activity

2015-12-15 Thread Dennis Keith Gaso
I saw some apps in my Android phone that have no main activity like packageInstaller, flash light, and cardiograph. My Question is, what is the purpose of apps without main activity? How can i use them? -- You received this message because you are subscribed to the Google Groups "Android

[android-developers] Re: determining when users uninstall my app

2015-12-15 Thread VISHAL TIKKU
You can track it through yourself if you don't have standalone application ie if your app requires any server communication.Through server communication you can maintain the number of users that are using your application and sending time spent(use CountDownTimer) on each page to the server

[android-developers] Re: java code help

2015-12-15 Thread VISHAL TIKKU
Can you please elaborate. On Monday, December 14, 2015 at 11:50:46 AM UTC+5:30, John Mmm wrote: > > how to make login form that connects to my website? > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and

[android-developers] Rookie At Coding.

2015-12-15 Thread Fabian Azagra
This is my first time coding and i am using http://developer.android.com/training/basics/firstapp/creating-project.html as my training. But theres 3 pages of code with small errors on them and of course i have no idea how to tackle them. Any ideas would be awesome 1st page

[android-developers] Re: How do i rate and classificate my app on Google Play Store?

2015-12-15 Thread Justanick
*Forgot to say, the app is a chat roulette like videochat, you can meet strangers from all over the world.* Maybe somebody already got a videochat approved and could help, i hope, thank you. Il giorno martedì 15 dicembre 2015 14:27:21 UTC+1, Justanick ha scritto: > > Hello everybody, me and a

[android-developers] Android Pay for InAppPurchase

2015-12-15 Thread Archana
Hi I am implementing InAppPurchase in myapplication. I have multiple subscription which is configured in Google store using ("http://developer.android.com/google/play/billing/billing_subscriptions.html;). So Inorder to purchase Subscription pack I need to enter my real credit card details.

[android-developers] How do i rate and classificate my app on Google Play Store?

2015-12-15 Thread Justanick
Hello everybody, me and a friend we submitted an app to the Google Play Store, actually only in Alpha mode. We got it rejected twice and the reason is: *Policy Issue: Your app was rejected for violating the Developer Program Policies

Re: [android-developers] Re: How do i rate and classificate my app on Google Play Store?

2015-12-15 Thread Richard Thompson
They probably think your app needs a more mature rating as potentially the video could contain anything. On 15 December 2015 at 13:32, Justanick wrote: > *Forgot to say, the app is a chat roulette like videochat, you can meet > strangers from all over the world.* > >

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

2015-12-15 Thread Vladimir Markiev
Well there is quite a big quantity of general words like "settings" which is pretty clear though there are abbreviations that present a challenge. But if the app's purpose is clear translation can be done quite easily. On Monday, December 14, 2015 at 4:14:23 AM UTC+3, Quentin Christensen wrote:

[android-developers] How to avoid conflict with Google Now and other applications when I want to keep using the microphone in a background service.

2015-12-15 Thread Sailorfina
Hello, I want to develop an app that it can listen to my voice at any time at any screen. For example, I can say "Hi Buddy", then it can be activated and listen to my words. it is just like "Ok Google". I'm using a background service to listen on the microphone, onece a keyworkd "Hi Buddy" is

[android-developers] Disable Proximity Sensor programatically

2015-12-15 Thread azram0786
I am making a screen lock app. in this app when user listen call then screen turn off and screen lock activate due to proximity sensor. I have done many tries with different angles but failed. Now i want to disable proximity sensor with the help of code in my app. -- You received this message

[android-developers] Android USB host : interrupt do not respond immedietly

2015-12-15 Thread 최종택
I have a usb device which have a button. And I want to an android app to catch a signal of the button. I found inferface and endpoint number of the button. It had seemed to perform ordinarily at galaxy S3 and galaxy note. But later, I found that it has delay at other phones. I was able to

[android-developers] Disable proximity sensor with the help of code

2015-12-15 Thread azram0786
I am making a screen lock app. in this app when user listen call then screen turn off and screen lock activate due to proximity sensor. I have done many tries with different angles but failed. Now i want to disable proximity sensor with the help of code in my app. -- You received this message