Click here to Skip to main content
15,891,976 members
Home / Discussions / Mobile
   

Mobile

 
GeneralRe: Android Mobile App Tone generator Pin
Richard MacCutchan10-Aug-12 23:56
mveRichard MacCutchan10-Aug-12 23:56 
QuestionIce Cream Sandwich for Desire HD? Pin
Andrei Straut7-Aug-12 2:56
Andrei Straut7-Aug-12 2:56 
QuestionAndroid Bluetooth Pin
hctm.anjaana5-Aug-12 19:25
hctm.anjaana5-Aug-12 19:25 
AnswerRe: Android Bluetooth Pin
Richard MacCutchan5-Aug-12 21:02
mveRichard MacCutchan5-Aug-12 21:02 
Questionrestart an activity when config changes Pin
hctm.anjaana3-Aug-12 1:10
hctm.anjaana3-Aug-12 1:10 
QuestionFragments in android Pin
hctm.anjaana2-Aug-12 23:03
hctm.anjaana2-Aug-12 23:03 
AnswerRe: Fragments in android Pin
RobCroll6-Aug-12 13:23
RobCroll6-Aug-12 13:23 
AnswerRe: Fragments in android Pin
Anas Al Salool22-Aug-12 7:19
Anas Al Salool22-Aug-12 7:19 
an activity typically fi lls the entire screen, displaying the various views
that make up the user interface of an application. The activity is essentially a container for views.
However, when an activity is displayed in a large-screen device, such as on a tablet, it is somewhat
out of place. Because the screen is much bigger, all the views in an activity must be arranged to
make full use of the increased space, resulting in complex changes to the view hierarchy. A better
approach is to have “mini-activities,” each containing its own set of views. During runtime, an
activity can contain one or more of these mini-activities, depending on the screen orientation in
which the device is held. In Android 3.0 and later, these mini-activities are known as fragments .
Think of a fragment as another form of activity. You create fragments to contain views, just like
activities. Fragments are always embedded in an activity. For example, Figure 2-15 shows two
fragments. Fragment 1 might contain a ListView showing a list of book titles. Fragment 2 might
contain some TextView s and ImageViews showing some text and images.

For More detials i recommend you to explore this book : Professional Android Application Development book reviews[^] you will find all the details about fragments in the page 69 with code examples.
QuestionInterview Q Pin
hctm.anjaana2-Aug-12 19:00
hctm.anjaana2-Aug-12 19:00 
QuestionFunction Overload Pin
hctm.anjaana2-Aug-12 3:16
hctm.anjaana2-Aug-12 3:16 
AnswerRe: Function Overload Pin
Pete O'Hanlon2-Aug-12 3:29
mvePete O'Hanlon2-Aug-12 3:29 
AnswerRe: Function Overload Pin
Richard MacCutchan2-Aug-12 6:00
mveRichard MacCutchan2-Aug-12 6:00 
QuestionThread in Android Pin
hctm.anjaana2-Aug-12 1:39
hctm.anjaana2-Aug-12 1:39 
QuestionThread in Android Pin
hctm.anjaana2-Aug-12 1:38
hctm.anjaana2-Aug-12 1:38 
AnswerRe: Thread in Android Pin
Pete O'Hanlon2-Aug-12 2:00
mvePete O'Hanlon2-Aug-12 2:00 
QuestionAndroid Mobile Dvelopment Pin
Anoop Brijmohun31-Jul-12 21:16
Anoop Brijmohun31-Jul-12 21:16 
AnswerRe: Android Mobile Dvelopment Pin
Richard MacCutchan31-Jul-12 22:35
mveRichard MacCutchan31-Jul-12 22:35 
AnswerRe: Android Mobile Dvelopment Pin
Ravi Bhavnani1-Aug-12 18:44
professionalRavi Bhavnani1-Aug-12 18:44 
AnswerRe: Android Mobile Dvelopment Pin
Malcolm Sainsbury18-Aug-12 9:51
Malcolm Sainsbury18-Aug-12 9:51 
AnswerRe: Android Mobile Dvelopment Pin
Raycam14-Sep-12 2:23
Raycam14-Sep-12 2:23 
QuestionNew article Pin
Jaime Olivares27-Jul-12 14:21
Jaime Olivares27-Jul-12 14:21 
AnswerRe: New article Pin
RobCroll29-Jul-12 13:15
RobCroll29-Jul-12 13:15 
QuestionThis regarding Project on Android OS Pin
Aihtesham Kazi27-Jul-12 0:01
Aihtesham Kazi27-Jul-12 0:01 
GeneralRe: This regarding Project on Android OS Pin
Richard MacCutchan27-Jul-12 0:24
mveRichard MacCutchan27-Jul-12 0:24 
GeneralRe: This regarding Project on Android OS Pin
Andrei Straut27-Jul-12 0:57
Andrei Straut27-Jul-12 0:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.