Re: [android-developers] Re: Create multiple apps with same code base

2016-04-21 Thread Sathya Sri
Hi,

If you upload new app with same old code base ,your old application is
updated with new name. But it will not be uploaded as new app.
To achieve this you should change the main package name in your new app.
Then only play store will accept it as new application.
On Apr 21, 2016 5:29 PM, "Om Prakash"  wrote:

> Hi coderdk  ,
> Thanks for your reply ,I know we can use same code in multiple project by
> creating lib of it.  But My question is ,* I have published an app and
> that app is in play store *and  I'm gonna submit another app with same
> code base but different app name. Will the android reject the App due to
> same code base?
>
> On Thursday, April 21, 2016 at 3:56:40 PM UTC+5:30, coderdk wrote:
>>
>> You can create library using your common code and use that library in new
>> project. See this
>> http://www.jetbrains.com/help/idea/15.0/sharing-android-source-code-and-resources-using-library-projects.html
>> and http://www.vogella.com/tutorials/AndroidLibraryProjects/article.html
>>
>> On Thursday, April 21, 2016 at 2:01:28 PM UTC+5:30, Om Prakash wrote:
>>>
>>> I have to create multiple apps with same code base will it be possible ?
>>> For example I want to create few more apps with same code which it written
>>> in com.om.myApp package. Does Android allows this type of approach for
>>> similar applications ?
>>>
>> --
> 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
> email to android-developers+unsubscr...@googlegroups.com.
> To post to this group, send email to android-developers@googlegroups.com.
> Visit this group at https://groups.google.com/group/android-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/android-developers/8a7f62f9-1f29-4e23-9a97-7aa2f80286a5%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAFo7hwaY%3DDEV8o9DqUrTq86SFiCuq84GAOnQdNqOgopj5Cgujg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: Create multiple apps with same code base

2016-04-21 Thread Om Prakash
Hi coderdk  ,
Thanks for your reply ,I know we can use same code in multiple project by 
creating lib of it.  But My question is ,* I have published an app and that 
app is in play store *and  I'm gonna submit another app with same code base 
but different app name. Will the android reject the App due to same code 
base?  

On Thursday, April 21, 2016 at 3:56:40 PM UTC+5:30, coderdk wrote:
>
> You can create library using your common code and use that library in new 
> project. See this 
> http://www.jetbrains.com/help/idea/15.0/sharing-android-source-code-and-resources-using-library-projects.html
>  
> and http://www.vogella.com/tutorials/AndroidLibraryProjects/article.html 
>
> On Thursday, April 21, 2016 at 2:01:28 PM UTC+5:30, Om Prakash wrote:
>>
>> I have to create multiple apps with same code base will it be possible ? 
>> For example I want to create few more apps with same code which it written 
>> in com.om.myApp package. Does Android allows this type of approach for 
>> similar applications ?
>>
>

-- 
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 email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/8a7f62f9-1f29-4e23-9a97-7aa2f80286a5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: Create multiple apps with same code base

2016-04-21 Thread coderdk
You can create library using your common code and use that library in new 
project. See 
this 
http://www.jetbrains.com/help/idea/15.0/sharing-android-source-code-and-resources-using-library-projects.html
 
and http://www.vogella.com/tutorials/AndroidLibraryProjects/article.html 

On Thursday, April 21, 2016 at 2:01:28 PM UTC+5:30, Om Prakash wrote:
>
> I have to create multiple apps with same code base will it be possible ? 
> For example I want to create few more apps with same code which it written 
> in com.om.myApp package. Does Android allows this type of approach for 
> similar applications ?
>

-- 
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 email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/5773c482-4ea0-460c-85b9-83aa5fd9fdeb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.