[android-developers] Re: how to show markers with two location of same latitude and longitude

2016-04-21 Thread coderdk
You can use something called cluster of pins. see 
this https://developers.google.com/maps/articles/toomanymarkers#introduction 

On Thursday, April 21, 2016 at 12:43:05 PM UTC+5:30, Shikhar srivastava 
wrote:
>
> when I do that in my maps in android it keeps on overlapping,, because of 
> this i wont be able to tap nor can see the other one residing below the 
> first one. help me with this please urgent
>
>
>
>

-- 
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/2dc8f1ff-2467-4e76-80cc-d93a27ace89f%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.