0

I need to make an Android app that adjusts itself to handset and tablets. It's like the master/detail flow layout.

I will use Android Annotation do simplify the development.

How to create an application that adjusts itself for tablets (two panels) and handsets (single panel) using Android annotations?

Natanael
  • 2,290
  • 6
  • 23
  • 35

1 Answers1

0

try this: An Android Master/Detail Flow Tutorial

http://www.techotopia.com/index.php/An_Android_Master/Detail_Flow_Tutorial/

Kaps
  • 831
  • 7
  • 8