[android-developers] Re: APK Expansion Files do not work with Android Studio

2015-12-20 Thread anglomatestudio
Hi Russell, If you have ended up here, that is very bad news for you. I have been trying to implement the expansion files into my app for a week and it still doesn't work. Google has stopped supporting a few things that they still include in the licensing library package and in the downloader

Re: [android-developers] question for my app

2015-12-20 Thread Steve Gabrilowitz
try using this URL https://play.google.com/store/apps/details?id=your.app.id.here On Dec 20, 2015 11:07 PM, "mrjasna100" wrote: > Hi all i have a question regarding my app. it has been 5days since i > launch the game but until now google still haven't pick up any keyword

[android-developers] Best strategy for emitting countdown tones for shutter delay like stock camera app

2015-12-20 Thread David Karr
I'm attempting to implement the conventional countdown shutter delay strategy for a custom camcorder app, just like the stock camera app. I've implemented the visual and functional part of the countdown, but now I have to implement the audio part. This emits a tone every second and multiple

Re: [android-developers] question for my app

2015-12-20 Thread Steve Gabrilowitz
Wasn't meant to be a link, replace the your.app.id.here with your actual app id! On Dec 20, 2015 11:55 PM, "mrjasna100" wrote: > erm the link isn't working > > On Monday, December 21, 2015 at 12:24:56 PM UTC+8, Steve Gabrilowitz wrote: >> >> try using this URL >>

[android-developers] question for my app

2015-12-20 Thread mrjasna100
Hi all i have a question regarding my app. it has been 5days since i launch the game but until now google still haven't pick up any keyword from my game title or description. i try to key in all possible words but none of which i can find my game. Anybody know what is the problem or how many

Re: [android-developers] question for my app

2015-12-20 Thread mrjasna100
erm the link isn't working On Monday, December 21, 2015 at 12:24:56 PM UTC+8, Steve Gabrilowitz wrote: > > try using this URL > https://play.google.com/store/apps/details?id=your.app.id.here > On Dec 20, 2015 11:07 PM, "mrjasna100" > wrote: > >> Hi all i have a question

Re: [android-developers] Re: APK Expansion Files do not work with Android Studio

2015-12-20 Thread Russell Cecala
Thanks for responding anglomatestudio. APK expansion files still work in my command-line ant builds and with eclipse mars as per google documentation. I would prefer command-line ant builds for everything but I cannot figure out how to build apps that use AdMob via command line. So I have to

Re: [android-developers] question for my app

2015-12-20 Thread mrjasna100
i can find my app but the thing is when i try to search keywords using all possible words in my descriptions, none of them contain my app so i'm wondering has google tried to put my app under those keywords or do i have to wait longer till google does that On Monday, December 21, 2015 at

[android-developers] Please accept my invitation to GDG Ahmedabad DevFest 2015

2015-12-20 Thread hiren patel
You're invited! -- Join hiren patel at GDG Ahmedabad DevFest 2015 When: Sunday, December 27, 2015, 9:00 AM Where: This location is private This Meetup is hosted by Google Developers Group (GDG) Ahmedabad. GDG Ahmedabad is proud to announce the

[android-developers] Re: How to store videos with similar naming scheme as stock camera, but in custom camera app

2015-12-20 Thread David Karr
On Saturday, December 19, 2015 at 10:34:46 PM UTC-8, gjs wrote: > > Hi, > > See http://developer.android.com/reference/android/os/Environment.html it > has methods to retrieve default paths of where photo, video files etc are > stored. > > The file naming convention should be easy enough to

[android-developers] Re: adb dont work anymore after update

2015-12-20 Thread Rolf Pfister
New installation of whole sdk didn't work. I found the solution at stackoverflow: http://stackoverflow.com/questions/34239080/upgrading-platform-tools-23-0-1-to-23-1-0-linux-32-bit-causes-issue-unable-to-c/34239600#34239600 Solved by replacing platform-tools by older version. Rolf -- You

[android-developers] MSSQL Connection error after downloading the app from google play

2015-12-20 Thread Paresh Gandhi
Hi, I desperately need a help. we recently developed an app for a client for their B2B needs. instead of using web services we used jtds plugin to connect directly to our remote MSSQL server. the app works fine in debug mode as well as release mode. So we uploaded the release version on

[android-developers] YouTube T violation while integrating YouTubeAPI in Android Application.

2015-12-20 Thread Purvik Rana
I did have tried to publish an App using Android API obtained from Google Console. But the App was rejected. I tried a lot more surf and all says it is because the video will still plays in Activity while user put Activity to background task clicking HomeScreen button directly or returning

[android-developers] Best strategy for emitting countdown tones for shutter delay like stock camera app

2015-12-20 Thread gjs
Hi, Here's some examples of using AudioTrack http://www.programcreek.com/java-api-examples/index.php?api=android.media.AudioTrack Just be sure to run in a separate thread. Regards -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To

Re: [android-developers] Re: APK Expansion Files do not work with Android Studio

2015-12-20 Thread Anglomate Studio
Hi Russell, It's funny, when I was reading your message I was installing Eclipse already. I believe that Android Studio is the cause of most of my headaches. Sorry, I cannot help you with your enquire. Good luck! On Mon, Dec 21, 2015 at 4:18 PM, Russell Cecala

[android-developers] i have problem, in android studio "Cannot resolve symbol 'SetOnClickListener' ".how to handle. thanks

2015-12-20 Thread Aang Sanjaya
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an

[android-developers] WebView Slow Page Load

2015-12-20 Thread Parimal Muli
Hi, I am using a webview in my app. The problem is that it takes a lot of time (10-25 secs) for the sites to render in the webview. Can you please suggest some methods to improve the webview page load time? -- You received this message because you are subscribed to the Google Groups

[android-developers] setting activity

2015-12-20 Thread Hasan Hadi
Hi how can change size and color for text inside header-preference also how can change background also how can change background and size,color for menua in sub menua for example i need display three items for example setting , display , controll this items displaly in header-reference and

[android-developers] Committing android studio project to existing GitHub repository.

2015-12-20 Thread David Wigley
I have a GitHub repository already online, however I made a new branch for the android portion of it. I would like to commit my Android Studio project directly into that branch. Is there anyway to do that? Any help is appreciated. Thanks -- You received this message because you are subscribed