|
Hello Every1,
Can any body tell me regarding fragments??
I did 1 example from Vogella.com
but in this both activity shows on same screen in both modes,
can you provide some link or matter to clear this concept??
Thanks in Advance
|
|
|
|
|
Have you read this[^]
I find fragments a bit of a pain as well, but if you're building a tabbed application, you don't have an option. On the good side they provide reusable components
"You get that on the big jobs."
|
|
|
|
|
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.
|
|
|
|
|
Can any body tell me where is the good Android Interview Q.
i searched on google but did not find any q which works.
if any body have pdf file then i will mention my ID.
Thanks in advance
|
|
|
|
|
1. Which of following operator can't be overloaded.
a) ==
b) ++
c) ?!
d) <=
and why??
|
|
|
|
|
This sounds like a homework question to me.
|
|
|
|
|
Hint: Try reading the documentation[^].
One of these days I'm going to think of a really clever signature.
|
|
|
|
|
Hii all,
friends i am new to android.
so kindly any1 tell me how can e use thread in android app.
any website in which i can get any basic example of "ANDROID+THREAD"??
any sugesstion 4 a beginner???
Thanks in advance..
..
..
..

|
|
|
|
|
Hii all,
friends i am new to android.
so kindly any1 tell me how can e use thread in android app.
any website in which i can get any basic example of "ANDROID+THREAD"??
any sugesstion 4 a beginner???
Thanks in advance..
|
|
|
|
|
Something like this[^] perhaps? All I did was type "android thread example" in Google and selected a likely looking example.
|
|
|
|
|
Hi guys,
im currently a vb.net developer using vs 2010, im currenlty looking at getting into mobile applictaion development on android platform.
could you suggest where i could start or tools i require to begin with, i would really appreciate some direction here.
thanks
Anoop
|
|
|
|
|
Anoop Brijmohun wrote: could you suggest where i could start
Mobile Development[^] seems like a good place.
One of these days I'm going to think of a really clever signature.
|
|
|
|
|
|
|
|
Hi all,
I wrote a new article for PC-mobile integration, but unfortunately I misplaced it. I expected to see it in the Mobile Newsletter but didn't happen.
So, I think now is in the right place, but still cannot see it in this page. Hope you have a chance to read it.
Visual Studio debug console for iPhone[^]
Best regards,
Jaime.
|
|
|
|
|
For future reference you should have posted this question in the Article writing forum[^]
"You get that on the big jobs."
|
|
|
|
|
HI,guys I am Planning for Adding the Artificial intelligence to mobile device that are running on android OS.
theme is such that system(mobile) allow to add Applications to u r mobile that could change the life style of human ,And make your device as adviser and make ur device auto configurable according to u r behavioral activity to that phone.
I strongly looking for person who interested in this field.
More explanation will be given who come forward to me with this interest.
Thanks 
|
|
|
|
|
See here[^], and here[^].
[edit]
Fixed the second link.
[/edit]
One of these days I'm going to think of a really clever signature.
modified 27-Jul-12 7:53am.
|
|
|
|
|
Second link doesn't work. Were you actually looking for this[^]?
Or this[^]?
Full-fledged Java/.NET lover, full-fledged PHP hater.
Full-fledged Google/Microsoft lover, full-fledged Apple hater.
Full-fledged Skype lover, full-fledged YM hater.
|
|
|
|
|
Thanks, there was astray period at the end of the URL, I have obliterated the offender.
One of these days I'm going to think of a really clever signature.
|
|
|
|
|
|
I had only run my map apps on a device until now, but I wrote a quick test app and it does function well on the emulator.
If you want to view a specific location:
-get the geocoords for that location and set your Map.Center property to that location.
eg: Map name = MyMap
var of type GeoCoordinate = location
location = new GeoCoordinate(46.5, -80.966667)
MyMap.Center = location;
This will position the map center to the location coordinate.
Use a geocoordinate watcher if you want to track the position live.
I hope this helps, and have fun coding!
|
|
|
|
|
hello.
I need a facelock.apk for android 4.0.3.
help me who have it or know the download address.
|
|
|
|
|
The face recognition feature to unlock the phone is part of the operating system, there is no APK for it. If you're having trouble enabling it, go to Settings->Security->Screen Lock and select Face Unlock.
|
|
|
|