Re: [android-developers] What is the max number of apps?

2015-02-02 Thread Nathan
Don't judge this whole forum by my response. This is a good discussion to have, even if it's not the one you wanted to start. If you want a more direct answer to your question, I suggest you ask Google Play Developer Support how many apps you can have in one account. If they don't know or

[android-developers] Re: Gradle template, in 'android create project'..

2015-02-02 Thread joe131
Sorry, I got it.. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For

Re: [android-developers] Re: What is wow factor about android studio in compare to Eclipse.

2015-02-02 Thread TreKing
On Mon, Feb 2, 2015 at 9:16 AM, JackN j...@jacknorth.com wrote: Uh, ANDROID studio doesn't sound very open to me. Sounds like ANDROID only... Perhaps there is a language barrier here. Open usually refers to open source, which Android Studio is.

Re: [android-developers] What is the max number of apps?

2015-02-02 Thread TreKing
On Fri, Jan 30, 2015 at 10:23 PM, Russell Cecala red.cricket.b...@gmail.com wrote: If there is a finite number of apps I could publish I would have to figure out how to pick the ones that would sell best and not publish the less popular ones :) I'm sure there is some limit - there literally

Re: [android-developers] Re: What is wow factor about android studio in compare to Eclipse.

2015-02-02 Thread JackN
Uh, ANDROID studio doesn't sound very open to me. Sounds like ANDROID only... On Friday, January 30, 2015 at 7:21:09 PM UTC-8, TreKing wrote: On Fri, Jan 30, 2015 at 12:17 PM, JackN ja...@jacknorth.com javascript: wrote: I think we will stick with eclipse. It is the open solution.

[android-developers] Android transition doesn't care about targetId in transitionSet?

2015-02-02 Thread Ichsan
I'm confused about how transitionSet is used. This is my definition: ?xml version=1.0 encoding=utf-8? transitionSet xmlns:android=http://schemas.android.com/apk/res/android; android:transitionOrdering=sequential slide android:slideEdge=bottom android:startDelay=0 targets target

[android-developers] atal error: android/native_activity.h: No such file or directory

2015-02-02 Thread pedr0
Hi, I am starting developing with the NDK I am struggling with the use of the native_activity interface use, I know I will need to make sure I will not block my thread and that android_native_app_glue.h would be better for that but I would like start from that interface as a starting point of