Recent Posts

  • Working with Google Map MyLocation
  • Plan to start iOS development from scratch
  • Getting started with Google Map APIs
  • Using Home icon as a navigation back button
  • TravelMeds app is released!

Recent Comments

Johne783 on Make EditText field to be…
Johne207 on Make EditText field to be…
androidbethy on How to get results of Async…
seo on Which Ad Engine To Implem…
Mark Allison on Add a cute background

Archives

  • November 2013
  • October 2013
  • September 2013
  • August 2013
  • July 2013

Categories

  • Android Development
  • Hybrid mobile
  • Uncategorized

Meta

  • Register
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.com

Learn Android Today

Learning Android Development one day at a time.

Category Archives: Uncategorized

How to combine two java lists

List<Person> l1;

List<Person>l2;

List<Person>l3 = new ArrayList().addAll(l1).addAll(l2);

 

September 17, 2013 by galinalandes Uncategorized Leave a comment

Learning to use Structures Content – Adobe sources

Adobe is providing recorded webinars at

http://adobe.ly/qo3pzc

Book recommended by ContentWrangler StottAbel

Document Engineering by Glushko and McGrath (older book, still good)

August 15, 2013 by galinalandes Status Uncategorized Leave a comment
Blog at WordPress.com.
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy