[android-developers] Re: Hi friends

2013-06-26 Thread Lew
Ibrahim wrote: Friends I Am trying to connect server on pc and client on android device.. Warning: I am not your friend. My server is working fine... but my client is not working ... Here is my sever and client code... Server Code... public class Server_tcp { Please follow the

[android-developers] Re: API to submit stack traces to Google Play

2013-06-26 Thread a1
Well, I never said I was catching everything indiscriminately. I catch things that I can do something about. Sometimes there's a silent fall-back and the app doesn't even need to bother the user about it. Sometimes I need to involve the user in what to do next. Sometimes I simply tell the

[android-developers] Horizontal / Vetical Accordion -- Swipe Images

2013-06-26 Thread crosis99
Is it possible to have horizontal or vertical accordion animated effect that when i touch swipe it slides open / close images? Are there any libraries i can plug into my source code? For example: http://office.microsoft.com/en-us/images/ Under Clip art, photos, and animation you will see a

[android-developers] Re: Horizontal / Vetical Accordion -- Swipe Images

2013-06-26 Thread crosis99
Another URL example: http://tympanus.net/Development/VerticalSlidingAccordion/example1.html -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

[android-developers] DHCP options

2013-06-26 Thread Iroid
Hi, I have set/configure some additional DHCP options like 120, 60 and some more. Could anyone help me if it is possible in Android using SDK? OR Do I need to write a system application and change in dhcpcd? Thanks in advance -- -- You received

[android-developers] Muti touch device android failed to recognise

2013-06-26 Thread dani maoz
Hi I have created a virtual multi touch virtual driver, I see that Event hub Detect the device but when i transmit events , no movement occurred on the screen (No X or Y changed) I tried to use protocol A pr Protocol B same result. why the events not transmitted to framework Any Idea See below

Re: [android-developers] Version upgrade upload failed

2013-06-26 Thread StevenHu
I am clicking on + Add New Application. There is no longer an option to upload an APK otherwise. If it is the same signing and com.comname.appname, then it is automatically seen as the same app; if the version number is changed, it is seen as an update to an existing app. I've clicked through

Re: [android-developers] Programmatically rebooting

2013-06-26 Thread amey523
Thanks. Tried it, I won't be able to do it on my Handset since its not rooted On Wednesday, June 26, 2013 12:58:04 AM UTC+1, TreKing wrote: On Tue, Jun 25, 2013 at 11:20 AM, ame...@googlemail.com javascript:wrote: Hi everyone, is it possible to programmatically reboot an Android device?

[android-developers] Re: Displaying the long Press Power off screen/dialog

2013-06-26 Thread amey523
okButton.dispatchKeyEvent(new KeyEvent(KeyEvent.ACTION_DOWN | KeyEvent.FLAG_VIRTUAL_HARD_KEY |KeyEvent.FLAG_KEEP_TOUCH_MODE,KeyEvent.KEYCODE_POWER)); doesn't work so I guess the API's are built to accept the Power key events from 3rd party Applications On Tuesday, June 25, 2013 12:42:46 PM

[android-developers] Facebook sdk 3.0 issue with Facebook 2.2 .apk

2013-06-26 Thread Ankita Kashyap
Hi all, I tried to search the issue of any possible backward compatibility problems with respect to old facebook 2.2 apk while using facebook sdk 3.0 in an app. But, I could not find anything worthwhile. Hence, I am posting here. One of the problematic thing is facebook 2.2 apk is not available

[android-developers] get the current item position from custom view pager

2013-06-26 Thread julia
Hello, I tried to use infinite view pager from this linkhttps://github.com/antonyt/InfiniteViewPager. Is there anyone to know that how to get the current item from the infinite view pager? I have tried a lot of way. Thanks. julia -- -- You received this message because you are

[android-developers] Calling setTheme(Theme_Dialog) in onCreate() results in black background

2013-06-26 Thread Shri
I have a trivial HelloWorld example. The activity has android:theme=@android:style/Theme in AndroidManifest.xml and displays as a full-screen activity. If I change the style to @android:style/Theme.Dialog, it launches as a dialog and I can see the Home screen as the background. Both of these

Re: [android-developers] get the current item position from custom view pager

2013-06-26 Thread Παύλος-Πέτρος Τουρνάρης
You will get the currentItem position from the View Pager and not from your Custom Adapter. On Thu, Jun 27, 2013 at 5:22 AM, julia kyawswaaun...@gmail.com wrote: Hello, I tried to use infinite view pager from this linkhttps://github.com/antonyt/InfiniteViewPager. Is there anyone