How is this embedded device is different from normal android phone? Please
give us more details about the device.

Thanks,
Veera

On Wed, Mar 28, 2012 at 2:01 PM, <[email protected]>wrote:

>   Today's Topic Summary
>
> Group: http://groups.google.com/group/android-developers/topics
>
>    - fragment pagers continued <#1365aaf5248ddf08_group_thread_0> [4
>    Updates]
>    - [No Subject] <#1365aaf5248ddf08_group_thread_1> [1 Update]
>    - how to upload picture which taken by camera to web 
> service<#1365aaf5248ddf08_group_thread_2>[1 Update]
>    - Remove / change website elements? <#1365aaf5248ddf08_group_thread_3>[1 
> Update]
>    - Access Point Change detection <#1365aaf5248ddf08_group_thread_4> [2
>    Updates]
>    - Hello everyone, i couldn't figure out what this error in the logcat
>    means!!! <#1365aaf5248ddf08_group_thread_5> [3 Updates]
>    - Bluetooth keyboard <#1365aaf5248ddf08_group_thread_6> [1 Update]
>    - google io <#1365aaf5248ddf08_group_thread_7> [1 Update]
>    - write addPreferencesFromResource(R.xml.preferences); without
>    extending preferenceactivity <#1365aaf5248ddf08_group_thread_8> [2
>    Updates]
>    - Two ListViews and viewpager <#1365aaf5248ddf08_group_thread_9> [1
>    Update]
>    - NFC bidirecional communication with Android ICS using two Nexus 
> S<#1365aaf5248ddf08_group_thread_10>[3 Updates]
>    - how to different button design using xml 
> code<#1365aaf5248ddf08_group_thread_11>[1 Update]
>    - How to get the TextView values in 
> ListView<#1365aaf5248ddf08_group_thread_12>[1 Update]
>    - Are we allowed to email Google Play 
> customers?<#1365aaf5248ddf08_group_thread_13>[1 Update]
>    - Run Shell Script file On Android Embedded Device using System
>    function in Android NDK <#1365aaf5248ddf08_group_thread_14> [1 Update]
>    - android tablet 3.0 <#1365aaf5248ddf08_group_thread_15> [1 Update]
>
>   fragment pagers 
> continued<http://groups.google.com/group/android-developers/t/5a98e5776c856f7e>
>
>    TreKing <[email protected]> Mar 28 01:23PM -0500
>
>
>    > its possible in android fragment pagers that make the swiping
>    between page
>    > continue from last to first
>
>
>    If you're swiping, how would it make sense to move from the last to
>    first
>    in one swipe?
>
>
>    
> -------------------------------------------------------------------------------------------------
>    TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
>    transit tracking app for Android-powered devices
>
>
>
>
>    Justin Anderson <[email protected]> Mar 28 12:34PM -0600
>
>
>    > If you're swiping, how would it make sense to move from the last to
>    first
>    > in one swipe?
>
>    I've actually seen this on some apps and, if done right, it works... I
>    basically just turns the pages into a loop. That way if you have n
>    pages
>    are on the last page you don't have to swipe n - 1 times to get back
>    to the
>    first page... A single swipe can bring you back to the first.
>
>    Thanks,
>    Justin Anderson
>    MagouyaWare Developer
>    http://sites.google.com/site/magouyaware
>
>
>
>
>
>
>    TreKing <[email protected]> Mar 28 01:50PM -0500
>
>    > basically just turns the pages into a loop. That way if you have n
>    pages
>    > are on the last page you don't have to swipe n - 1 times to get back
>    to the
>    > first page... A single swipe can bring you back to the first
>
>
>    Oooooohh, durf, that makes sense, to "wrap around". I thought the OP
>    wanted
>    to go from 4 to 1 *past 2 and 3*. That would not make sense.
>
>    As for the actual problem, sorry, haven't used those classes.
>
>
>    
> -------------------------------------------------------------------------------------------------
>    TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
>    transit tracking app for Android-powered devices
>
>
>
>
>    Mark Murphy <[email protected]> Mar 28 02:54PM -0400
>
>    > basically just turns the pages into a loop.  That way if you have n
>    pages
>    > are on the last page you don't have to swipe n - 1 times to get back
>    to the
>    > first page...  A single swipe can bring you back to the first.
>
>    I imagine that you'd do that the same way you do an "infinite" gallery
>    -- have your PagerAdapter return a huge number from getCount(), then
>    interpret all the incoming position values (e.g., to
>    instantiateItem()) as being modulo your actual size.
>
>    However, I doubt that FragmentPagerAdapter/FragmentStatePagerAdapter
>    would be aware of this behavior, and so you would probably have to
>    roll your own PagerAdapter implementation. I also am uncertain how
>    well this will work with PagerTitleStrip and kin.
>
>    --
>    Mark Murphy (a Commons Guy)
>    http://commonsware.com | http://github.com/commonsguy
>    http://commonsware.com/blog | http://twitter.com/commonsguy
>
>    Android App Developer Books: http://commonsware.com/books
>
>
>
>   [No 
> Subject]<http://groups.google.com/group/android-developers/t/d16387ec6f08030>
>
>    Mark Phillips <[email protected]> Mar 28 11:38AM -0700
>
>    My android app needs to talk to a MySQL database on a server. I have
>    been
>    googling for solutions and found recommendations for Jersey and
>    Restlet. I
>    have looked at these two frameworks, but from reading I cannot tell
>    which
>    is better. I am new to REST, but have experience in Java, servlets, and
>    jsp. So I was wondering if anyone on this list has experience with one
>    or
>    both, and any recommendations you may have. I am looking for a simple
>    way
>    to CRUD data in my database (~ 15-20 tables). Any hands-on feedback is
>    appreciated!
>
>    Thanks!
>
>    Mark
>
>
>
>   how to upload picture which taken by camera to web 
> service<http://groups.google.com/group/android-developers/t/921c93e25b5471f8>
>
>    TreKing <[email protected]> Mar 28 01:36PM -0500
>
>
>    > Hi all , i want upload some pic to web service using SOAP protocol
>    > how to write code for web service in C# to do it
>
>    This has about zero to do with Android development.
>
>
>    
> -------------------------------------------------------------------------------------------------
>    TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
>    transit tracking app for Android-powered devices
>
>
>
>   Remove / change website 
> elements?<http://groups.google.com/group/android-developers/t/6f6f2e9a0eb8e8a0>
>
>    TreKing <[email protected]> Mar 28 01:34PM -0500
>
>
>    > I would like to change the layout of a website on the fly, with just
>    an
>    > andriod app.
>    > Like removing images and change divs elements etc.
>
>    Download the web page elements, modify them as you see fit, then
>    re-display
>    in a WebView. The specific of this is not really Android-specific
>    though.
>
>
>    
> -------------------------------------------------------------------------------------------------
>    TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
>    transit tracking app for Android-powered devices
>
>
>
>   Access Point Change 
> detection<http://groups.google.com/group/android-developers/t/6649a1e5a2f1b35d>
>
>    Irfan Sheriff <[email protected]> Mar 28 10:50AM -0700
>
>
>    > When the connectivity changes, some (it seems most) firmwares
>    force-close
>    > any currently open connections, but some do not (two examples:
>    Motorola
>    > Milestone with 2.1, and a much more recent HTC Incredible S with
>    2.3...).
>
>    We have had fixes around resetting connections with connectivityservice
>    controlling it now.
>
>    It would be good to know if there are devices beyond ICS that still
>    have
>    issues around not resetting socket connections when a network goes
>    away.
>
>    Ideally, apps should not have to listen to any broadcasts to handle
>    network
>    switches and should get resets on an existing socket.
>
>    Irfan
>
>
>
>
>
>
>    Kostya Vasilyev <[email protected]> Mar 28 10:06PM +0400
>
>    On 03/28/2012 09:50 PM, Irfan Sheriff wrote:
>    > Incredible S with 2.3...).
>
>    > We have had fixes around resetting connections with
>    > connectivityservice controlling it now.
>
>    That the connecitons are not getting reset on an old Motorola
>    Milestone
>    is understandable, it's really old.
>
>    Seeing the same on an HTC Incredible S with the latest 2.3 firmware is
>    quite amazing, especially since its twin brother HTC Desire S properly
>    resets connections.
>
>    So while I appeciate your response and the fact that some work has
>    been
>    done in this area, it does not help much for existing devices.
>
>
>    > It would be good to know if there are devices beyond ICS that still
>    > have issues around not resetting socket connections when a network
>    > goes away.
>
>    Beyond ICS? I don't know what this means.
>
>    My "flagship" Galaxy Nexus still hasn't received 4.0.3.
>
>    And what do you mean by "would be good to know"?
>
>    Should we, developers, and our users, moonlight as Android's test
>    department?
>
>
>    > Ideally, apps should not have to listen to any broadcasts to handle
>    > network switches and should get resets on an existing socket.
>
>    Not ideally -- really -- apps are supposed to work on more than the
>    1.6%
>    of devices with ICS.
>
>    And "beyond ICS" - what portion of the market is that, at this time,
>    exactly?
>
>    -- K
>
>
>
>
>   Hello everyone, i couldn't figure out what this error in the logcat
> means!!!<http://groups.google.com/group/android-developers/t/57b7383656915466>
>
>    Justin Anderson <[email protected]> Mar 28 10:24AM -0600
>
>
>    > Justin i hope u ll get will soon mate, take care, cheers.
>
>    Thanks, I'm better now... I can actually breathe and I'm no longer on
>    pain
>    meds, so hopefully next time my "help" will actually help... :-)
>
>    Thanks,
>    Justin Anderson
>    MagouyaWare Developer
>    http://sites.google.com/site/magouyaware
>
>
>    2012/3/28 Soyer <[email protected]>
>
>
>
>
>
>    Mark Phillips <[email protected]> Mar 28 10:36AM -0700
>
>    Penalty for wrong answer: you have to share your pain meds.... ;)
>
>    Mark
>
>
>
>
>    Kostya Vasilyev <[email protected]> Mar 28 09:55PM +0400
>
>    I second that motion.
>
>    Taking Vicodin Ex with a glass of red wine after my own deviated
>    septum
>    surgery some twenty years ago was great :)
>
>    -- K
>
>    On 03/28/2012 09:36 PM, Mark Phillips wrote:
>
>
>
>   Bluetooth 
> keyboard<http://groups.google.com/group/android-developers/t/e4e23247a175e860>
>
>    channa kad <[email protected]> Mar 28 10:42PM +0530
>
>    Hi All,
>    I wanted to programatically detect if bluetooth keyboard is connected
>    to my
>    device.
>    Is there any way to achieve it in Java?
>
>    Thanks,
>    Channa
>
>
>
>   google 
> io<http://groups.google.com/group/android-developers/t/2e36f5de40c00563>
>
>    John Coryat <[email protected]> Mar 28 10:12AM -0700
>
>    That doesn't reduce the odds of scalpers getting tickets. It reduces
>
>    > the odds of people buying tickets from scalpers actually being able
>    to
>    > use them.
>
>
>    Caveat emptor!
>
>
>
>   write addPreferencesFromResource(R.xml.preferences); without extending
> preferenceactivity<http://groups.google.com/group/android-developers/t/ee12e80415602680>
>
>    Justin Anderson <[email protected]> Mar 28 10:39AM -0600
>
>    > write any control like
>
>    > ((Activity) context).findviewbyid(R.id.
>    > button1);
>
>    Ok... but that has nothing to do with preferences.
>
>    Thats way i want to write this addprefernce.. line.
>
>    You can't do that. You would have to write your own XML layout and
>    manually tie it to the same preferences... meaning you would use the
>    same
>    key that your preference xml does.
>
>    Thanks,
>    Justin Anderson
>    MagouyaWare Developer
>    http://sites.google.com/site/magouyaware
>
>
>    On Tue, Mar 27, 2012 at 10:46 PM, jagruti sangani <
>    [email protected]>wrote:
>
>
>
>
>
>    Nadeem Hasan <[email protected]> Mar 28 10:02AM -0700
>
>    It would really help if you learned a bit more about Java.
>
>
>
>   Two ListViews and 
> viewpager<http://groups.google.com/group/android-developers/t/a1a0cffac85ae10f>
>
>    Justin Anderson <[email protected]> Mar 28 11:02AM -0600
>
>    Are your listviews taking advantage of the ViewHolder pattern?
>
>    Thanks,
>    Justin Anderson
>    MagouyaWare Developer
>    http://sites.google.com/site/magouyaware
>
>
>
>
>
>   NFC bidirecional communication with Android ICS using two Nexus 
> S<http://groups.google.com/group/android-developers/t/94905a3aa12bd807>
>
>    mike digioia <[email protected]> Mar 28 09:20AM -0700
>
>    Are you using the openfire server or trying some how to connect
>    driectly
>    between two phones? If so, how are you publishing and discovering an
>    IP?
>
>    On Wed, Mar 28, 2012 at 4:46 AM, Woody Lemes N. Costa <
>    [email protected]
>
>
>
>
>    "Woody Lemes N. Costa" <[email protected]> Mar 28 09:44AM -0700
>
>    mdp, no no, I'm talking about NFC (Near Field Communication) in p2p
>    mode,
>    there is no IP involved in such techonology.
>
>    Em quarta-feira, 28 de março de 2012 13h20min48s UTC-3, mpd escreveu:
>
>
>
>
>
>    mike digioia <[email protected]> Mar 28 10:02AM -0700
>
>    Oh yes sorry. I have not worked on NFC yet. Maybe some one that has
>    will
>    reply
>
>    On Wed, Mar 28, 2012 at 9:44 AM, Woody Lemes N. Costa <
>    [email protected]
>
>
>
>   how to different button design using xml 
> code<http://groups.google.com/group/android-developers/t/3598f67159f4a137>
>
>    Justin Anderson <[email protected]> Mar 28 11:00AM -0600
>
>
>    
> http://developer.android.com/guide/topics/resources/drawable-resource.html#Shape
>
>    Thanks,
>    Justin Anderson
>    MagouyaWare Developer
>    http://sites.google.com/site/magouyaware
>
>
>    On Tue, Mar 27, 2012 at 5:02 AM, chayan chowdhury <
>
>
>
>   How to get the TextView values in 
> ListView<http://groups.google.com/group/android-developers/t/ee501f85d2669d64>
>
>    Justin Anderson <[email protected]> Mar 28 10:50AM -0600
>
>    >> tv.setText(temp);
>
>    >> }
>
>    > This is not correct... He is not wanting to SET the text of the text
>    view. He is wanting to GET the text from the text view. Also, you can't
>    do findViewById in here because every list view row has the same id.
>    You
>    are going to get the first one every time doing this.
>
>    i want to extract the textview values of that corresponding row.
>
>    No you don't... The textviews in a list view are intended for display
>    purposes only. They are intended to be a user display of the back-end
>    data
>    that you have, meaning your adapter
>
>    How to get these values..???
>
>    What you need to do is access the DATA in your adapter at the given
>    position... So there are a couple ways to get this data...
>
>    If you have a refrence to your adapter, you could do something like
>    this:
>    String value = (String)_adapter.getItem(position);
>    Or, if you have direct access to your data structure, say, an array of
>    strings, you could do something like this: String value =
>    stringVals[position];
>
>    Hope that helps...
>
>    Thanks,
>    Justin Anderson
>    MagouyaWare Developer
>    http://sites.google.com/site/magouyaware
>
>
>    On Tue, Mar 27, 2012 at 10:07 PM, BNReddy <[email protected]
>    >wrote:
>
>
>
>
>   Are we allowed to email Google Play 
> customers?<http://groups.google.com/group/android-developers/t/51ff818d4a2bb536>
>
>    Justin Anderson <[email protected]> Mar 28 10:33AM -0600
>
>
>    > If you see the customer info, there is a field called "Email
>    Marketing".
>    > I've never seen any customer with "Yes" there, but if you see a Yes
>    there,
>    > by all means, do it.
>
>    Where do you go to see that info?
>
>    Thanks,
>    Justin Anderson
>    MagouyaWare Developer
>    http://sites.google.com/site/magouyaware
>
>
>
>
>
>   Run Shell Script file On Android Embedded Device using System function
> in Android 
> NDK<http://groups.google.com/group/android-developers/t/f2981793f97fc68c>
>
>    A B <[email protected]> Mar 28 09:59PM +0530
>
>    All
>
>    Here i want to run .sh file via system call in android NDK.
>
>    I able to run cp,rm command via system call. but sh command is not
>    working
>    via system call.
>
>    I also installed busy-box on android.I am using below code.I set all
>    permission on test.sh.
>
>    Code :
>
>    #include <stdlib.h>
>    #include <stdio.h>
>    #include <android/log.h>
>    #include <jni.h>
>
>    #define LOG_TAG "Demo"
>
>    #define LOGD(...)
>    __android_log_print(ANDROID_LOG_DEBUG,LOG_TAG,__VA_ARGS__)
>
>
>    void Java_com_ndkdemo_NDKdemoActivity_systemcall(JNIEnv * env, jobject
>    obj) {
>
>    int result;
>
>    result = system("cp /mnt/sdcard/test /Download");
>
>    LOGD("result is cp %d", result);
>
>    result = system("sh ./test.sh");
>
>    LOGD("result of test.sh is %d", result);
>
>    }
>
>    Output :
>
>    result is cp 0.
>    result of test.sh is 0.
>
>    Here i am getting 0 in system("sh ./test.sh"); but not started the
>    test.sh
>    script.
>
>    cant get output "Hi" on console.
>
>    test.sh contains
>
>    #!/system/bin/
>    echo "Hi"
>
>    If i am executing direct command on prompt than its working fine and
>    its
>    given output "Hi" on console.
>
>    Please Help me to figure out this issue.
>
>    Thanks
>
>
>
>   android tablet 
> 3.0<http://groups.google.com/group/android-developers/t/e256d397c88f37a7>
>
>    Justin Anderson <[email protected]> Mar 28 10:27AM -0600
>
>
>    > IN the attached screenshot how to create the left most views for
>    android
>    > tablet 3.0
>
>    You do some programming... And then make it look like that.
>
>    Thanks,
>    Justin Anderson
>    MagouyaWare Developer
>    http://sites.google.com/site/magouyaware
>
>
>
>
>
>  You received this message because you are subscribed to the Google Group
> android-developers.
> You can post via email <[email protected]>.
> To unsubscribe from this group, 
> send<[email protected]>an empty message.
> For more options, 
> visit<http://groups.google.com/group/android-developers/topics>this group.
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to