android-developers group <[email protected]> wrote:
> >Android Developers >http://groups.google.com/group/android-developers?hl=en > >[email protected] > >Today's topics: > >* textview scrolling help. - 1 messages, 1 author > http://groups.google.com/group/android-developers/t/0896354da9ffd86d?hl=en >* hi, i need help with a simple counter and timer app for use while refereeing >fencing - 1 messages, 1 author > http://groups.google.com/group/android-developers/t/ba5bfd31e9069370?hl=en >* Is there any Android Handset which CDMA based? - 3 messages, 3 authors > http://groups.google.com/group/android-developers/t/13300af8a68dbea5?hl=en >* problem in acceing sent message from BroaddcastReceiver - 1 messages, 1 >author > http://groups.google.com/group/android-developers/t/7a9a2a4ade04ea9a?hl=en >* Checking the user's country - 1 messages, 1 author > http://groups.google.com/group/android-developers/t/2351d8e46903671c?hl=en >* Android App with Analytics like Flurry - 2 messages, 2 authors > http://groups.google.com/group/android-developers/t/82b82d2421334cc0?hl=en >* cant know whats problem with the content provider in my code ... Plz help - >1 messages, 1 author > http://groups.google.com/group/android-developers/t/3220a5a6acf5d80d?hl=en >* UI surface Pixel Format inside surface flinger is RGBA_8888, Can this be >changed to ARGB_8888. - 1 messages, 1 author > http://groups.google.com/group/android-developers/t/d8626cb8269be767?hl=en >* Persistent setRepeating - 1 messages, 1 author > http://groups.google.com/group/android-developers/t/cc507af9a32889c7?hl=en >* MeidaPlayer IlleglStateException thrown - 1 messages, 1 author > http://groups.google.com/group/android-developers/t/8eaa06fe1fed32c4?hl=en >* New Screen - 1 messages, 1 author > http://groups.google.com/group/android-developers/t/9c193ce0c05b143b?hl=en >* Struggling -- Getting exception when clicked on HelloItemizedOverlay - 1 >messages, 1 author > http://groups.google.com/group/android-developers/t/30178ac3382717d2?hl=en >* Split Method - 1 messages, 1 author > http://groups.google.com/group/android-developers/t/2822b7f09f928a2d?hl=en >* Activity Vs View - 1 messages, 1 author > http://groups.google.com/group/android-developers/t/9be01671d79d4912?hl=en >* image in Edittext - 1 messages, 1 author > http://groups.google.com/group/android-developers/t/8888ac7b6a087ec0?hl=en >* Map Overlays - 1 messages, 1 author > http://groups.google.com/group/android-developers/t/145a0f2256e3c1a7?hl=en >* how to post something thing on Facebook profile? - 5 messages, 1 author > http://groups.google.com/group/android-developers/t/ad48bf457adc9db1?hl=en >* Soft keyboard in Fullscreen/extract mode - 1 messages, 1 author > http://groups.google.com/group/android-developers/t/eaab63b1cf7ec0b7?hl=en > >============================================================================== >TOPIC: textview scrolling help. >http://groups.google.com/group/android-developers/t/0896354da9ffd86d?hl=en >============================================================================== > >== 1 of 1 == >Date: Sat, Sep 12 2009 2:56 am >From: prashanth > > >can you not use marquee attribute of TextView if you want to scroll >text inside textview? > >regards > > >On Sep 11, 10:33 am, "m|ch" <[email protected]> wrote: >> I want to enable scrolling for textview. >> I set vertical scrollbar which appears but scrolling doesn't work. >> Why? >> >> I am not using ScrollView because HomeScreen widget doesn't support >> that component. > > > > >============================================================================== >TOPIC: hi, i need help with a simple counter and timer app for use while >refereeing fencing >http://groups.google.com/group/android-developers/t/ba5bfd31e9069370?hl=en >============================================================================== > >== 1 of 1 == >Date: Sat, Sep 12 2009 3:03 am >From: Lance Nanek > > >Neat idea. I fenced back in school, actually, and wouldn't mind >helping. I'll send you an email. > >On Sep 11, 1:33 am, jonthebear <[email protected]> wrote: >> ive installed the sdk and have no idea what to do, so could you either >> give me step by stpp instructions or better yet make the following app >> for me. >> >> i require an app with a double counter, (green on left, red on right) >> with an + and - button for each and a button which adds 1 and removes >> 1 from both values, >> >> i also require a stopwatch which can be reset to 1 and 3 mins with a >> large start/stop button which beeps at full volume when 0:00 is >> reached. >> >> if possible(but not nescesarry) please also add red/yellow card >> warnings for each side, disabling the yellow card button when pressed >> and adding 1 to the other side when the red is pressed. >> >> thankyou, this would be an enormous help both to me and to the fencing >> community on the whole >> >> p.s sorry if this is not where i should post this, please tell me >> where i might be able to do this if this is the case > > > > >============================================================================== >TOPIC: Is there any Android Handset which CDMA based? >http://groups.google.com/group/android-developers/t/13300af8a68dbea5?hl=en >============================================================================== > >== 1 of 3 == >Date: Sat, Sep 12 2009 3:49 am >From: javame_android > > >Hi, > >Will the GsmCellLocation give me the proper result in CDMA network. If >my application uses GsmCellLocation, then will I be able to get CellId >and Lac value? If not then how to get those values on CDMA network. > > >Regards >Sunil > > > >== 2 of 3 == >Date: Sat, Sep 12 2009 4:03 am >From: "Mark Murphy" > > >> Will the GsmCellLocation give me the proper result in CDMA network. If >> my application uses GsmCellLocation, then will I be able to get CellId >> and Lac value? If not then how to get those values on CDMA network. > >Until a version of Android ships with documented CDMA support, there is no >good way to know. You are welcome to putter around the Android open source >repository to try to find an answer (http://source.android.com). > >-- >Mark Murphy (a Commons Guy) >http://commonsware.com >Android App Developer Books: http://commonsware.com/books.html > > > > > > >== 3 of 3 == >Date: Sat, Sep 12 2009 5:07 am >From: "Fred Grott(Android Expert)" > > >There should be a similar call for CDMA.. > >http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob;f=telephony/java/android/telephony/cdma/CdmaCellLocation.java;h=7cf8a9a66b0a41533c919a31a7647ea6bd2d9016;hb=c883b143ba2b8bfe2f2033d00dee9ff733f1b59c > >Class is CdmaCellLocation.java > > >You should probably look at CellLocation.java: >http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob;f=telephony/java/android/telephony/CellLocation.java;h=f4182e169ef33f7fe9a3498f802c5d9e708c3d84;hb=c883b143ba2b8bfe2f2033d00dee9ff733f1b59c > > > >Also, most Moot Android handsets are dual protocol..ie both GSM and >CDMA.. > >Fred Grott >http://mobilebytes.wordpress.com > > > >On Sep 12, 5:49 am, javame_android <[email protected]> wrote: >> Hi, >> >> Will the GsmCellLocation give me the proper result in CDMA network. If >> my application uses GsmCellLocation, then will I be able to get CellId >> and Lac value? If not then how to get those values on CDMA network. >> >> Regards >> Sunil > > > > >============================================================================== >TOPIC: problem in acceing sent message from BroaddcastReceiver >http://groups.google.com/group/android-developers/t/7a9a2a4ade04ea9a?hl=en >============================================================================== > >== 1 of 1 == >Date: Sat, Sep 12 2009 4:09 am >From: javame_android > > >Hi, > >I really didn't get you what you want to say. Please be specific and >let us know what error do you get and when actually does it occur. >What are you trying to do? If you want to listen for the message then >you can do that using Broadcast Receiver and registering that receiver >in AndroidManfest file with <receiver> tag. Moreover, dont forget to >include the appropriate permissions for the same. > > > >Regards >Sunil > > > > >============================================================================== >TOPIC: Checking the user's country >http://groups.google.com/group/android-developers/t/2351d8e46903671c?hl=en >============================================================================== > >== 1 of 1 == >Date: Sat, Sep 12 2009 4:20 am >From: Anna PS > > >Thanks Roman, very helpful. Actually, it turns out that the dynamic >method is what I need after all. > >best wishes, >Anna > >On Sep 12, 3:24 am, "Roman ( T-Mobile USA)" <roman.baumgaert...@t- >mobile.com> wrote: >> What do you mean with "user's country"? >> >> Static methods: >> - You could use the phone number which is assigned to you. The phone >> number starts with the country code. >> - Also the IMEI has information about in which country your phone was >> approved/registered. >> >> Dynamic method based on your cellular connection (which you are not >> interested in): >> If you try to get information to which MNC-MCC you are connected use >> the TelephonyManager.getNetworkOperator() API. The MCC (mobile country >> code) is the information you are looking for. You can lookup which MCC >> code belongs to which country >> athttp://en.wikipedia.org/wiki/List_of_mobile_country_codes. >> >> -- >> Roman Baumgaertner >> Sr. SW Engineer-OSDC >> ·T· · ·Mobile· stick together >> The views, opinions and statements in this email are those of the >> author solely in their individual capacity, and do not necessarily >> represent those of T-Mobile USA, Inc. >> >> On Sep 11, 9:49 am, Anna PS <[email protected]> wrote: >> >> >> >> > Hi >> >> > Anyone know how to check the user's country? >> >> > I'm looking for a way that's faster than using GPS and reverse >> > geocoding. (I need the country where the phone is registered, not >> > their current location, in any case.) Is there any constant in the >> > settings? >> >> > Thanks, >> > Anna > > > > >============================================================================== >TOPIC: Android App with Analytics like Flurry >http://groups.google.com/group/android-developers/t/82b82d2421334cc0?hl=en >============================================================================== > >== 1 of 2 == >Date: Sat, Sep 12 2009 4:51 am >From: GreenRob > > >Hi, >Do we as developers have to tell the user (via pop up at app start or >eula or so) if an app is using analytics functionalities, like >Flurry's or Admob's? And if yes, how do you let the users know or are >there official regulations? Are there text templates were I can choose >from? >Best Regards, >GreenRob > > > >== 2 of 2 == >Date: Sat, Sep 12 2009 5:09 am >From: "Mark Murphy" > > >> Do we as developers have to tell the user (via pop up at app start or >> eula or so) if an app is using analytics functionalities, like >> Flurry's or Admob's? > >If you are distributing through the Android Market, the Android Market >terms and conditions you agreed to has language describing the >requirements for privacy policies and such. > >If you are distributing through other markets, they may have similar >terms. You will need to investigate those. > >Also, whatever service(s) you are using (Flurry, AdMob, etc.) may have >their own requirements. You will need to investigate those. > >> And if yes, how do you let the users know or are >> there official regulations? > >The real answer is that you ask that question of qualified legal counsel, >who can advise you on what is and is not required. > >That being said, many applications on the market display their own terms >and conditions in what appears to be an AlertDialog on the first run of >the program. If the user declines, the app closes. > >-- >Mark Murphy (a Commons Guy) >http://commonsware.com >Android App Developer Books: http://commonsware.com/books.html > > > > > > > >============================================================================== >TOPIC: cant know whats problem with the content provider in my code ... Plz >help >http://groups.google.com/group/android-developers/t/3220a5a6acf5d80d?hl=en >============================================================================== > >== 1 of 1 == >Date: Sat, Sep 12 2009 4:53 am >From: "Dexter's Brain" > > >Before calling the function getColumnData(), you should be calling >startManagingCursor(), so that the cursor is initialized. > >That should solve your problem, > >Dexter. > >On Sep 11, 9:14 am, "[email protected]" <[email protected]> >wrote: >> I am a newbie to android programming. I want to search the name of >> contact member by taking phonenumber from the user. I dont know whats >> the issue and when run it just displays error .. >> "Application has stopped unexpectedly !". My code is like this ... >> >> Uri myperson = Uri.withAppendedPath(People.CONTENT_URI, numtext.getText >> ().toString()); //numtext is the textbox object >> >> Cursor managedCursor = managedQuery(contacts, projection, null, null, >> People.NAME + "ASC"); >> getColumnData(managedCursor); >> >> /////// >> String[] projection = new String[] {People.NAME, People._ID}; >> >> private void getColumnData(Cursor cur) { >> if(cur.moveToFirst()) >> { >> String name; >> String id; >> int nameColumn = cur.getColumnIndex(People.NAME); >> int ideColumn = cur.getColumnIndex(People._ID); >> >> do >> { >> name = cur.getString(nameColumn); >> id = cur.getString(idColumn); >> Toast.makeText(searchbynum.this, name, >> Toast.LENGTH_LONG).show >> (); >> } >> while(cur.moveToNext()); >> >> } >> >> } > > > > >============================================================================== >TOPIC: UI surface Pixel Format inside surface flinger is RGBA_8888, Can this >be changed to ARGB_8888. >http://groups.google.com/group/android-developers/t/d8626cb8269be767?hl=en >============================================================================== > >== 1 of 1 == >Date: Sat, Sep 12 2009 5:27 am >From: sreedhar b > > >Hi, > >The UI surface Pixel Format inside surface flinger is RGBA_8888, Can this >be changed to ARGB_8888. > >Currently my hardware supports ARGB_8888 pixel format. > >Is it possible that the surface flinger is made to give UI surfaces in the >ARGB_8888 pixel format whcih my hardware supports? > >Thanks and Regards, >Sreedhar > > > > > >============================================================================== >TOPIC: Persistent setRepeating >http://groups.google.com/group/android-developers/t/cc507af9a32889c7?hl=en >============================================================================== > >== 1 of 1 == >Date: Sat, Sep 12 2009 6:38 am >From: Nick > > >I have a basic setRepeating alarm to update my widget. Currently the >repeat is set when the user makes the widget and when the user boots >the device. It seems that during the course of the day the >AlarmManager will just decide to stop updating. > >Also, what is the best way to re-set an alarm after a user has updated >the program? > > > > >============================================================================== >TOPIC: MeidaPlayer IlleglStateException thrown >http://groups.google.com/group/android-developers/t/8eaa06fe1fed32c4?hl=en >============================================================================== > >== 1 of 1 == >Date: Sat, Sep 12 2009 6:41 am >From: manigault > > >Hi, >I have the following issue i have an application that uses >android.media.MediaPlayer and got this exception: > >09-12 16:21:05.921: ERROR/AndroidRuntime(9890): Uncaught handler: >thread main exiting due to uncaught exception >09-12 16:21:06.101: ERROR/AndroidRuntime(9890): >java.lang.IllegalStateException >09-12 16:21:06.101: ERROR/AndroidRuntime(9890): at >android.media.MediaPlayer._reset(Native Method) >09-12 16:21:06.101: ERROR/AndroidRuntime(9890): at >android.media.MediaPlayer.reset(MediaPlayer.java:856) >09-12 16:21:06.101: ERROR/AndroidRuntime(9890): at >com.predictsystems.media.SongPlayer.play(SongPlayer.java:185) >09-12 16:21:06.101: ERROR/AndroidRuntime(9890): at >com.predictsystems.media.SongPlayer.playSong(SongPlayer.java:287) >09-12 16:21:06.101: ERROR/AndroidRuntime(9890): at >com.predictsystems.media.SongPlayer.playCurrent(SongPlayer.java:276) >09-12 16:21:06.101: ERROR/AndroidRuntime(9890): at >com.predictsystems.player.activity.SongListActivity.onListItemClick >(SongListActivity.java:198) >09-12 16:21:06.101: ERROR/AndroidRuntime(9890): at >com.predictsystems.player.activity.AbstractInstinctivActivity >$1.onItemClick(AbstractInstinctivActivity.java:83) >09-12 16:21:06.101: ERROR/AndroidRuntime(9890): at >android.widget.AdapterView.performItemClick(AdapterView.java:283) >09-12 16:21:06.101: ERROR/AndroidRuntime(9890): at >android.widget.ListView.performItemClick(ListView.java:3132) >09-12 16:21:06.101: ERROR/AndroidRuntime(9890): at >android.widget.AbsListView$PerformClick.run(AbsListView.java:1620) >09-12 16:21:06.101: ERROR/AndroidRuntime(9890): at >android.os.Handler.handleCallback(Handler.java:587) >09-12 16:21:06.101: ERROR/AndroidRuntime(9890): at >android.os.Handler.dispatchMessage(Handler.java:92) >09-12 16:21:06.101: ERROR/AndroidRuntime(9890): at >android.os.Looper.loop(Looper.java:123) >09-12 16:21:06.101: ERROR/AndroidRuntime(9890): at >android.app.ActivityThread.main(ActivityThread.java:3948) >09-12 16:21:06.101: ERROR/AndroidRuntime(9890): at >java.lang.reflect.Method.invokeNative(Native Method) >09-12 16:21:06.101: ERROR/AndroidRuntime(9890): at >java.lang.reflect.Method.invoke(Method.java:521) >09-12 16:21:06.101: ERROR/AndroidRuntime(9890): at >com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run >(ZygoteInit.java:782) >09-12 16:21:06.101: ERROR/AndroidRuntime(9890): at >com.android.internal.os.ZygoteInit.main(ZygoteInit.java:540) >09-12 16:21:06.101: ERROR/AndroidRuntime(9890): at >dalvik.system.NativeStart.main(Native Method) > >in the documentation there are no invalid states for the reset method. >From the stack trace it seems that the exception is thrown by the >native call. >i read about some issues about the same problem but this time for >setDataSource method and the solution is the surround with try catch >http://code.google.com/p/android/issues/detail?id=957. >Any suggestions ? Thanks > > > > > >============================================================================== >TOPIC: New Screen >http://groups.google.com/group/android-developers/t/9c193ce0c05b143b?hl=en >============================================================================== > >== 1 of 1 == >Date: Sat, Sep 12 2009 6:55 am >From: Boozel > > >i had the line in the manifest in the wrong place. thanks for the >help. > >On Sep 11, 7:30 pm, Mark Murphy <[email protected]> wrote: >> Boozel wrote: >> > I know this is probably a really stupid question but have tried for >> > ages and searched but cant get it to work. I'm trying to create anew >> >screenwhen an item in a list in my firstscreenis selected. i use >> > the code >> > Intent intent =newIntent(); >> > intent.setClass(this, Ingredients.class); >> > startActivity(intent);} >> >> > to try get the Ingredients.java file to run the file looks like this >> >> > package com.example.easychef; >> > import android.app.Activity; >> > import android.os.Bundle; >> >> > public class Ingredients extends Activity { >> > /** Called when the activity is first created. */ >> > @Override >> > public void onCreate(Bundle circl) { >> > super.onCreate(circl); >> > setContentView(R.layout.layout_i); >> > } >> > } >> >> > and i added this line to the manifest >> > <activity android:name="com.example.easychef" >> > android:label="com.example.easychef.Ingredients"></activity> >> >> > The program just crashes as i select an item in the list. Please can >> > someone tell me what im doing wrong. >> >> What is the exception? You can get a stack trace via adb logcat, DDMS, >> or the DDMS perspective in Eclipse. >> >> -- >> Mark Murphy (a Commons >> Guy)http://commonsware.com|http://twitter.com/commonsguy >> >> Android 1.5 Programming Books:http://commonsware.com/books.html > > > > >============================================================================== >TOPIC: Struggling -- Getting exception when clicked on HelloItemizedOverlay >http://groups.google.com/group/android-developers/t/30178ac3382717d2?hl=en >============================================================================== > >== 1 of 1 == >Date: Sat, Sep 12 2009 6:56 am >From: Theo K > > >Hey guys, i'm quite interested in knowing this too. Let me know if >you have any further info on the topic. >cheers >Theo > > > > >============================================================================== >TOPIC: Split Method >http://groups.google.com/group/android-developers/t/2822b7f09f928a2d?hl=en >============================================================================== > >== 1 of 1 == >Date: Sat, Sep 12 2009 6:57 am >From: Boozel > > >can some one please tell me how i can implement this method > >static String[] split(String text, Pattern pattern) > >http://developer.android.com/reference/android/text/TextUtils.html#split(java.lang.String, >java.util.regex.Pattern) > >public static String[] split (String text, String expression) > >String.split() returns [''] when the string to be split is empty. This >returns []. This does not remove any empty strings from the result. >For example split("a,", "," ) returns {"a", ""}. >Parameters >text the string to split >expression the regular expression to match >Returns >an array of strings. The array will be empty if text is empty >Throws >NullPointerException if expression or text is null > >i've imported import android.text.TextUtils; but eclips desnt >recognise any method i type in. >Thanks > > > > >============================================================================== >TOPIC: Activity Vs View >http://groups.google.com/group/android-developers/t/9be01671d79d4912?hl=en >============================================================================== > >== 1 of 1 == >Date: Sat, Sep 12 2009 7:32 am >From: Gopal Biyani > > >Thanks guys for clearing my doubt. >On Fri, Sep 11, 2009 at 5:30 PM, Jason Proctor < >[email protected]> wrote: > >> >> for me the activity granularity is where >> functionality can be broken down to discrete >> tasks. is this piece of the program standalone? >> does it have defined inputs and outputs that >> could be used by other activities? etc. >> >> >> >> >Generally speaking, it's better to design for simplicity and >> >maintainability of code rather than optimize for speed from the >> >outset, especially in the case (like this one) where either approach >> >works. There is no Android rule-of-thumb that says "don't use multiple >> >activities", although I've seen a number of people on this list get >> >that impression from the documentation you quote. Lots of Android apps >> >have many Activities and that's fine. >> > >> >So in your case I would recommend that at least for the screens that >> >share nothing in common, use different activities. >> > >> > >> > >> >Yusuf Saib >> >Android >> >·T· · ·Mobile· stick together >> >The views, opinions and statements in this email are those of the >> >author solely in their individual capacity, and do not necessarily >> >represent those of T-Mobile USA, Inc. >> > >> > >> > >> >On Sep 11, 1:49 pm, Gopal Biyani <[email protected]> wrote: >> >> Hello Guys, >> >> I have confusions over View and Activity which one we should use. In my >> >> application there are lots of different screens with lots of different >> >> functionalities. In some of the screen they share common task bar and >> in >> >> another screen they have different task bar and nothing in common. >> >> >> >> At present, I have only single activity and what I am doing, I just >> adding >> >> and removing view from the main layout to show different screens. >> >> >> >> Reason for doing this is according to document Designing for >> Performance, it >> >> says to >> >> Launch an empty activity >> 3,000,000 >> >> Inflate 1 LinearLayout containing 6 TextView Objects 135,000 >> >> >> >> Then, I was going through the open project Shelves, in which Romain Guy >> used >> >> more then one activity,so, it just confused me. >> >> >> >> Any suggestions will be highly appreciable. >> >> >> >> Thanks >> >> >> >> Regards >> >> Gopal >> > >> >> -- >> jason.vp.engineering.particle >> >> > >> > > > > > >============================================================================== >TOPIC: image in Edittext >http://groups.google.com/group/android-developers/t/8888ac7b6a087ec0?hl=en >============================================================================== > >== 1 of 1 == >Date: Sat, Sep 12 2009 7:33 am >From: mmkr > > >Hai Sir, > > I am developing an application in which i want to insert >image in editext with wrap feature >will any body help me , with some example > > > > >============================================================================== >TOPIC: Map Overlays >http://groups.google.com/group/android-developers/t/145a0f2256e3c1a7?hl=en >============================================================================== > >== 1 of 1 == >Date: Sat, Sep 12 2009 7:36 am >From: Theo K > > >Hi Neilz, >regarding adding a Toast message, it is quite straightforward to do. >Mark Murphy gives a great tutorial which shows the details of how to >do this here: >http://www.androidguys.com/2008/09/09/maps-itemizedoverlay-and-you/ > >Regarding Question 1 specifically, the title and snippet is not the >same as the title and description that you give to the markers when >you create these yourself in a My Maps Editor on a browser. Make sure >you don't confuse the two! > >Unfortunately the native googlemaps implementation on the android is >not very 'feature-rich', to put it lightly. I saw a Google keynote >video which was recommending that implementors should just use the >browser-based version of Google Maps rather than using the native >android or iphone Google Maps implementations. They recommended this >because they update the browser-based api far more often than the >native implementations. I'm disappointed that Google is resting on >it's laurels, expecting everybody to come up with the extra >implementations themselves. They've actually already done the work: >check out the My Maps Editor that's been released by Google on >Android. They have an info-window popping up like you'd expect - >shame that they haven't given us the source code so that we can learn >from the implementation and do something of our own. > >I'm in the process of implementing an info window with map >descriptions when a user taps on a marker, and it's taking me an age. >If you or any one else has had any joy then please let me know. . >cheers >Theo > > > > >============================================================================== >TOPIC: how to post something thing on Facebook profile? >http://groups.google.com/group/android-developers/t/ad48bf457adc9db1?hl=en >============================================================================== > >== 1 of 5 == >Date: Sat, Sep 12 2009 8:03 am >From: "http://books.google.com/books?id=ifqnAAAACAAJ&dq=inauthor:%22Russ+ >Manning%22&lr=&as_brr=0&rview=1&source=gbs_book_other_versions_r&cad=2" > > > > >On 2 Wrz, 07:02, Y2U <[email protected]> wrote: >> Hi guys, >> >> Im developing an application related to daily horoscopes. I have to >> add a functionality that allows user to post his/her horoscope on his/ >> her facebook profile. as far as i know we have to get some permissions >> from the user to post things to their profiles. but i dont know how to >> do that from android. >> >> any help would be highly appreciated. >> >> thanks in advance. >> >> -Y2U >> TkXel [Technology Accelerated]www.tkxel.com > > > >== 2 of 5 == >Date: Sat, Sep 12 2009 8:03 am >From: "http://books.google.com/books?id=ifqnAAAACAAJ&dq=inauthor:%22Russ+ >Manning%22&lr=&as_brr=0&rview=1&source=gbs_book_other_versions_r&cad=2" > > > > >On 2 Wrz, 12:39, Bartłomiej Nowak <[email protected]> wrote: >> 2009/9/2 Y2U <[email protected]> >> >> >> >> >> >> > Hi guys, >> >> > Im developing an application related to daily horoscopes. I have to >> > add a functionality that allows user to post his/her horoscope on his/ >> > her facebook profile. as far as i know we have to get some permissions >> > from the user to post things to their profiles. but i dont know how to >> > do that from android. >> >> > any help would be highly appreciated. >> >> > thanks in advance. >> >> > -Y2U >> > TkXel [Technology Accelerated] >> >www.tkxel.com > > > >== 3 of 5 == >Date: Sat, Sep 12 2009 8:03 am >From: "http://books.google.com/books?id=ifqnAAAACAAJ&dq=inauthor:%22Russ+ >Manning%22&lr=&as_brr=0&rview=1&source=gbs_book_other_versions_r&cad=2" > > > > >On 2 Wrz, 19:49, Chris Stratton <[email protected]> wrote: >> I think that's really a facebook API or facebook application >> development question not an android one, for which you want to consult >> facebook's application developer, API, etc documentation. >> >> In other words: >> >> 1) figure out the generic algorithm for interacting with facebook's >> servers on behalf of one of its users to accomplish your goal >> >> 2) Implement that using programming methods consistent with The >> Android Way >> >> On Sep 2, 1:02 am, Y2U <[email protected]> wrote: >> >> >> >> > Hi guys, >> >> > Im developing an application related to daily horoscopes. I have to >> > add a functionality that allows user to post his/her horoscope on his/ >> > her facebook profile. as far as i know we have to get some permissions >> > from the user to post things to their profiles. but i dont know how to >> > do that from android. >> >> > any help would be highly appreciated. >> >> > thanks in advance. >> >> > -Y2U >> > TkXel [Technology Accelerated]www.tkxel.com > > > >== 4 of 5 == >Date: Sat, Sep 12 2009 8:04 am >From: "http://books.google.com/books?id=ifqnAAAACAAJ&dq=inauthor:%22Russ+ >Manning%22&lr=&as_brr=0&rview=1&source=gbs_book_other_versions_r&cad=2" > > > > >On 12 Wrz, 17:03, "http://books.google.com/books? >id=ifqnAAAACAAJ&dq=inauthor:%22Russ+Manning >%22&lr=&as_brr=0&rview=1&source=gbs_book_other_versions_r&cad=2" ><[email protected]> wrote: >> On 2 Wrz, 12:39, Bartłomiej Nowak <[email protected]> wrote: >> >> >> >> > 2009/9/2 Y2U <[email protected]> >> >> > > Hi guys, >> >> > > Im developing an application related to daily horoscopes. I have to >> > > add a functionality that allows user to post his/her horoscope on his/ >> > > her facebook profile. as far as i know we have to get some permissions >> > > from the user to post things to their profiles. but i dont know how to >> > > do that from android. >> >> > > any help would be highly appreciated. >> >> > > thanks in advance. >> >> > > -Y2U >> > > TkXel [Technology Accelerated] >> > >www.tkxel.com > > > >== 5 of 5 == >Date: Sat, Sep 12 2009 8:04 am >From: "http://books.google.com/books?id=ifqnAAAACAAJ&dq=inauthor:%22Russ+ >Manning%22&lr=&as_brr=0&rview=1&source=gbs_book_other_versions_r&cad=2" > > > > >On 2 Wrz, 19:49, Chris Stratton <[email protected]> wrote: >> I think that's really a facebook API or facebook application >> development question not an android one, for which you want to consult >> facebook's application developer, API, etc documentation. >> >> In other words: >> >> 1) figure out the generic algorithm for interacting with facebook's >> servers on behalf of one of its users to accomplish your goal >> >> 2) Implement that using programming methods consistent with The >> Android Way >> >> On Sep 2, 1:02 am, Y2U <[email protected]> wrote: >> >> >> >> > Hi guys, >> >> > Im developing an application related to daily horoscopes. I have to >> > add a functionality that allows user to post his/her horoscope on his/ >> > her facebook profile. as far as i know we have to get some permissions >> > from the user to post things to their profiles. but i dont know how to >> > do that from android. >> >> > any help would be highly appreciated. >> >> > thanks in advance. >> >> > -Y2U >> > TkXel [Technology Accelerated]www.tkxel.com > > > > >============================================================================== >TOPIC: Soft keyboard in Fullscreen/extract mode >http://groups.google.com/group/android-developers/t/eaab63b1cf7ec0b7?hl=en >============================================================================== > >== 1 of 1 == >Date: Sat, Sep 12 2009 8:44 am >From: "Howard M. Harte" > > > > >On Sep 11, 9:52 am, Dianne Hackborn <[email protected]> wrote: >> When in landscape, you aren't seeing -any- of your application, the IME is >> running in fullscreen mode and completely covering it (so there is no reason >> to do more work and resize the app to... nothing). >> > >There is a flag (forgot what it is at the moment) that allows the app >to remain visible above the IME in fullscreen mode. But is there a >way to make the standard soft keyboard IME not go into fullscreen mode >in Landscape? > >You can see what I mean, if you try my app: "Better Terminal Emulator >Magic" which is a free app. > >the "Better Terminal Emulator Pro" version has the hack to force >resize the app, but is not a free app. > >Thanks, >Howard > >> On Fri, Sep 11, 2009 at 8:27 AM, Howard M. Harte <[email protected]> wrote: >> >> >> >> >> >> >> >> > When Android is in portrait mode and the soft keyboard IME is shown, >> > my app is resized properly. When in landscape mode, the soft keyboard >> > IME is always in fullscreen/extract mode, and even though I can see >> > the top portion of my app, it doesn't resize my app. I couldn't find >> > any way to make the IME not come up in fullscreen mode. So instead, I >> > detect this condition, and manually resize my app. This works, but >> > unfortunately, to make this work well, I need to know the height of >> > the IME, or the portion of my app that remains visible. But it seems >> > there is no way to get this information, and the soft keyboard IME's >> > height varies on different devices. As a hack, I put in options for >> > the user to be able to adjust these parameters, and set the defaults >> > for the G1. I can live with this for now, but is there a more >> > appropriate way to handle this? >> >> > In addition, even in portrait mode, if the status bar is hidden, the >> > IME also does not resize my app. This clearly seems like a bug to me. >> >> > Any suggestions? >> >> > Thanks, >> > Howard >> >> -- >> Dianne Hackborn >> Android framework engineer >> [email protected] >> >> Note: please don't send private questions to me, as I don't have time to >> provide private support, and so won't reply to such e-mails. All such >> questions should be posted on public forums, where I and others can see and >> answer them. > > > >============================================================================== > >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] or >visit http://groups.google.com/group/android-developers?hl=en > >To unsubscribe from this group, send email to >[email protected] > >To change the way you get mail from this group, visit: >http://groups.google.com/group/android-developers/subscribe?hl=en > >To report abuse, send email explaining the problem to [email protected] > >============================================================================== >Google Groups: http://groups.google.com/?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 -~----------~----~----~----~------~----~------~--~---

