[android-developers] Re: Is it possible that LINK/CALL a class in another package as a library or plug-in?

2011-11-11 Thread BCS
there are (definitely) possibilities ~ pls provide some technical scope of how powerful need to be - situation better if all packages signed with same key = there are ways to do it On Nov 12, 1:06 am, Build account wrote: > Hello. > > Can we call a package 'com.sample.lib' from 'com.sample.main'

[android-developers] Is it possible that LINK/CALL a class in another package as a library or plug-in?

2011-11-11 Thread Build account
Hello. Can we call a package 'com.sample.lib' from 'com.sample.main' which installed as separate apks? In order to split a large support class file from main app since this is optional function. Any possiblities, please let me know!! -- You received this message because you are subscribed to th

Re: [android-developers] regarding view

2011-11-11 Thread Ratheesh Valamchuzhy
plse explain or give the code... -- 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 this group, send email to android-developers+unsubscr...@googl

[android-developers] Please help me out with problem of indefinite service

2011-11-11 Thread phannguyen
Dear all, I have an app that contains Activity A and MyService which this service runs in background indefinitely. Every time Activity A call onStart i bind this activity to myservice in order to pass data from Activity A to myservice and Activity A unbind to myservice when it calls onStop. Everyth

Re: [android-developers] Re: fragment transactions in onLoadFinished()

2011-11-11 Thread Dianne Hackborn
It's a bad user experience to show a dialog (or do any other major shift in the UI) as the result of a loader. Here is what you are doing: setting off some operation to run in the background for an in-determinant amount of time, which upon completion may throw something in front of the user yankin

Re: [android-developers] Customize Android Source Code to run multiple Application on same Screen.

2011-11-11 Thread Lew
On Wednesday, November 9, 2011 5:15:30 AM UTC-8, Pawan wrote: > > You mean to say on wrong group, No, they meant wrong list, not wrong group. If they'd meant wrong group, they wouldn't have said, "wrong list". > I have applied to those groups for membership. > Since some people are common

[android-developers] Re: fragment transactions in onLoadFinished()

2011-11-11 Thread DH
I'm trying to display a DialogFragment and am facing the same problem. How do you approach this? My loader gets data from our server and I would like to display an error dialog when for example a network problem occurs. Thanks. David. On Sep 14, 11:17 pm, Dianne Hackborn wrote: > postDelayed

Re: [android-developers] Re: Obsoleting 1.5

2011-11-11 Thread Dianne Hackborn
The numbers are based on devices that have accessed Market in the last two weeks. On Fri, Nov 11, 2011 at 1:30 PM, jtoolsdev wrote: > One might wonder how many of those 1.5 devices listed in statistic are > really still active? I have a smattering of those but my apps don't do > anything curren

Re: [android-developers] Re: ICS Active Stylus/Pen Support

2011-11-11 Thread Dianne Hackborn
The events you get have enough information for you to know what type of device it came from. We will not be having some kind of global information about such devices, for the reasons I already discussed. If you did this with a uses-feature, you'd shoot yourself in the foot. Seriously. So some d

[android-developers] Re: eclipse IDE: including misc files

2011-11-11 Thread Lew
What kind of errors do you get? I look at shell scripts in Eclipse all the time and Eclipse never gives me any kind of error for them. In fact, Eclipse prefers to shell out to my default editor for shell scripts. I'm a little annoyed that Eclipse doesn't know how to syntax-color them properly

[android-developers] Re: Urgent help required

2011-11-11 Thread Thomas
Hello, You state you want to share this on a public network. What is the URL where the html and and other files live"? The code is straight forward enough if that is what you want to do. Best, Tom B On Nov 10, 8:24 am, Sunil Mishra wrote: > Hi, > > I have developed a HTTP web server and sendi

[android-developers] Re: ICS Active Stylus/Pen Support

2011-11-11 Thread ashughes
First off, I would really like to reiterate how important it is that there be a way to determine if the current device supports an active pen digitizer. As I said before, using an active pen can streamline a user interface by allowing certain functionality to be moved to the pen. This allows a fing

[android-developers] Re: Customize Android Source Code to run multiple Application on same Screen.

2011-11-11 Thread gjs
Hi, In this thread the Op mentioned he had the hardware. If the Op is something of a wizard he should be able to setup a cluster of 2 or more complete android h/w & s/w instances, intercept the video from each and output to a single screen eg using http://www.slashgear.com/toshiba-6-inch-tablet-di

Re: [android-developers] eclipse IDE: including misc files

2011-11-11 Thread rodrilo...@gmail.com
What kind the file you wanna include in eclipse? John Goche wrote: >Hello, > >I would like to know whether there is a way to >include miscellaneous files in the eclipse IDE >such as shell scripts used to generate data >without getting an error from the IDE. > >Thanks, > >John Goche > >-- >You r

[android-developers] eclipse IDE: including misc files

2011-11-11 Thread John Goche
Hello, I would like to know whether there is a way to include miscellaneous files in the eclipse IDE such as shell scripts used to generate data without getting an error from the IDE. Thanks, John Goche -- You received this message because you are subscribed to the Google Groups "Android Devel

[android-developers] Re: Use the Gyroscope to improve the orientation

2011-11-11 Thread gjs
Hi, hhenne - great insight & explanation thanks. Regards On Nov 12, 3:35 am, hhenne wrote: > Hi again, > > In my app, I am only interested in pitch and roll - not in yaw. > > The accelerometer can measure static pitch and roll (because of the > gravity) - but not static yaw. > Acceleration caus

[android-developers] Re: Intensity of vibration in Xperia arc

2011-11-11 Thread Danny.Zubiate
Weird, works if I type it in the browser but not if I click the link. Try this one: http://www2.immersion.com/developers/index.php?option=com_content&view=category&layout=blog&id=110&Itemid=503 Also, Dianne is correct that the particular hardware used to create vibration varies between devices an

[android-developers] Re: Urgent Help required

2011-11-11 Thread Ali Chousein
It's pretty straightforward: https://github.com/facebook/facebook-android-sdk - Ali Chousein Weather-Buddy http://weatherbuddy.blogspot.com/ | http://twitter.com/weather_buddy Geo-Filtered Assistant http://geo-filtered-assistant.blogspot.com/ https:/

[android-developers] Re: Urgent Help required

2011-11-11 Thread Spiral123
use the Facebook android SDK instead plz. Thanks in advance. On Nov 11, 11:27 am, chowdary nani wrote: > Please how to integrate face book in android.I am trying to do it > using fbconnection/api.jar but i am facing problem in loading the jar -- You received this message because you are subscr

Re: [android-developers] Re: Obsoleting 1.5

2011-11-11 Thread Kostya Vasilyev
Why not make different layouts within the fragment-based .apk for 7" (or 6.9" or 7.1") devices based on the new, 3.2 and 4.0 resource qualifiers? 12.11.2011 1:30, jtoolsdev пишет: One might wonder how many of those 1.5 devices listed in statistic are really still active? I have a smattering of

[android-developers] Re: Obsoleting 1.5

2011-11-11 Thread jtoolsdev
One might wonder how many of those 1.5 devices listed in statistic are really still active? I have a smattering of those but my apps don't do anything currently that would cut them out anyway. I do have an different APK for 10" tablets where I can use a full layout with fragments rather than

[android-developers] Re: Urgent help required

2011-11-11 Thread Android2ee
@Daniel, you're a great guy (smart, kind, precise and exact)... Thanks. On Nov 11, 3:43 pm, Daniel Drozdzewski wrote: > On 11 November 2011 14:23, Sunil Mishra wrote: > > > @skink and @Dainel > > > According to me URL translation is like follows > > > 1. Read the html file before sending > > 2.

Re: [android-developers] getResourceAsStream and resource matching.

2011-11-11 Thread Dianne Hackborn
This uses the same resource matching as all other resources. The only difference is that it can't of course scale your stream to adjust for differences in density. On Fri, Nov 11, 2011 at 7:35 AM, port443 wrote: > Hi, I'm trying to use Class.getResourceAsStream for an APK which I > loaded mysel

Re: [android-developers] Make voice calls to use a self audio file instead of microphone output

2011-11-11 Thread Mark Murphy
On Thu, Nov 10, 2011 at 9:37 AM, Suresh wrote: > I am trying to implement some kind of voice > cryptography over a gsm connection (without modifing any gsm related > codecs, we render pure audio which gets transmitted via gsm). Is it > possible to initiate a voice call and transmit our generated a

Re: [android-developers] Google Tv

2011-11-11 Thread Mark Murphy
No, sorry: http://stackoverflow.com/questions/8084623/google-tv-sip-voip-android-software-sip On Thu, Nov 10, 2011 at 1:01 PM, tillegomezz wrote: > is it possible use "SIP/VOIP (android.software.sip)" with google tv > 2.0 > > thnks > > -- > You received this message because you are subscribed to

Re: [android-developers] In getting the kernel source code with the tag of 2.6.35.3:

2011-11-11 Thread Mark Murphy
Step #1: Visit http://source.android.com Step #2: Click on the Community tab Step #3: Find a Google Group relevant for firmware questions like this one Step #4: Ask your question there On Fri, Nov 11, 2011 at 4:57 AM, srinivasan shanmugam wrote: > Hi, > > I am facing the below problem in getti

Re: [android-developers] Re: Option to unlock the boot loader for Sony Ericsson Android Gingerbread phones now available.

2011-11-11 Thread Peter Nielson
Here are the drivers for the Xperia Play/Arc http://dl.dropbox.com/u/31832369/Xperia_PLAY_neo_arc_acroIS11s_acroSO-02C_USB_drivers.zip Good luck, Peter On Fri, Nov 11, 2011 at 1:27 AM, Michel wrote: > Hello, > > I am an Android Windows developer using Eclipse and I would like to > develop applic

Re: [android-developers] How to access class file

2011-11-11 Thread Mark Murphy
On Fri, Nov 11, 2011 at 6:47 AM, Ketan wrote: > I want to acess class file from bin folder in android. > I was doing it using > File f = new File("/bin/filename.class"); > > Its working fine in java but in android giving path doesnt work,,, so > please suggest me other way to access class file of

[android-developers] Re: TFTP (Trivial File Transfer Protocol) support

2011-11-11 Thread Diego Torres Milano
Are you trying to network boot Android in a similar way as PXE/EFI does ? If this is the case you won't be using Android SDK. On Nov 11, 12:12 am, "petr.maza...@mautilus.com" wrote: > Well, good question actually!! I will check if this is available. > > The reason why I am asking for TFTP is that

Re: [android-developers] DatePicker in a fragment

2011-11-11 Thread Kostya Vasilyev
How about using a DatePicker view inside the dialog fragment? http://developer.android.com/reference/android/widget/DatePicker.html -- Kostya 11.11.2011 22:55, Kyle пишет: After reading various sources online, I know "showDialog" is deprecated and the recommendation is to use the DialogFragmen

[android-developers] How to make the IME in fullscreen?

2011-11-11 Thread llxwd008
Hi, I run my android game in landscape mode, there is only one view which extends SurfaceView. When touch a certain rect area, I want to call the IME. InputMethodManager m_inputMethodManager; m_inputMethodManager = (InputMethodManager)mContext.getSystemService(Context.INPUT_METHOD_SERVICE); m_inp

[android-developers] Google Tv

2011-11-11 Thread tillegomezz
is it possible use "SIP/VOIP (android.software.sip)" with google tv 2.0 thnks -- 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 this group, send ema

[android-developers] Google Tv + Android - > SIP/VOIP (android.software.sip)

2011-11-11 Thread tillegomezz
In the documentation of Google Tv says: "The following Android software features are not supported in the Google TV platform: SIP/VOIP (android.software.sip)." However in the last days Google Tv updated its version to "HoneyComb 3.1" My question is: with this new version can I use "android.softw

[android-developers] Make voice calls to use a self audio file instead of microphone output

2011-11-11 Thread Suresh
I am trying to implement some kind of voice cryptography over a gsm connection (without modifing any gsm related codecs, we render pure audio which gets transmitted via gsm). Is it possible to initiate a voice call and transmit our generated audio signal (means bypassing the microphone as the prima

[android-developers] regarding view

2011-11-11 Thread supraja raghavendran
hi, am facing problem with view in my project. the view is taking different coordinate (x,y) value when i checked in logcat . it is not matching with my xml (x,y)value. please tell me what s the problem be..i am having doubt whether it is taking layout value also. regards supraja -- You receiv

[android-developers] Render camera preview as scaled quad in NDK / OpenGLES2 app

2011-11-11 Thread Droid Dev'r
Hi, I have an OpenGLES2 app that does some rendering via NDK (similar to the way the NDK hello-gl2 sample app does it). I want to get the camera preview as either NV21 or RGB565 and send the bytes via JNI to C ++, update a texture using those bytes, and finally render a quad with the updated textu

Re: [android-developers] Standalone interactive logcat viewer/inspector (free)

2011-11-11 Thread radin
TreKing wrote: > On Wed, Nov 9, 2011 at 2:31 PM, Stephen Uhler wrote: > > > I got frustrated one day inspecting logcat output when I couldn't get > > eclipse to start, so I wrote a stand-alone logcat inspector (in Tcl/Tk), > > which I now use in preference to the one in eclipse. > > > Any reason

[android-developers] Workarounds for MB200 ADB?

2011-11-11 Thread Dadoh
I have been trying to upload an app I just finished for trial on my Motorola Cliq (MB200) phone and my PC is telling me that no ADB exists for this device. Is this true and is there a workaround so that I can upload my app without publishing it to the market? Dadoh. -- You received this message

[android-developers] Re: SMPP over android

2011-11-11 Thread Shire Highlands
Yes. You Can On Nov 4, 8:08 am, androidgeek wrote: > Can I implement SMPP  (Simple message peer-to-peer) over android. If > yes, How ? > Looking for an early reply > > Regards, > AndroidGeek -- You received this message because you are subscribed to the Google Groups "Android Developers"

[android-developers] Urgent Help required

2011-11-11 Thread chowdary nani
Please how to integrate face book in android.I am trying to do it using fbconnection/api.jar but i am facing problem in loading the jar -- 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@

Re: [android-developers] Swipe gesturing to switch between tabs

2011-11-11 Thread venkata srinivas namburi
Hi Bishan, I guess there is sample application using fragments,which walks you through the swipe gesture in tabs( FragmentTabsPager.java). On Fri, Nov 11, 2011 at 3:09 PM, Bishan wrote: > How to add swipe gesturing to switch between tabs in android ? > > -- > You received this message because y

[android-developers] getResourceAsStream and resource matching.

2011-11-11 Thread port443
Hi, I'm trying to use Class.getResourceAsStream for an APK which I loaded myself via DexClassLoader. I can load an image if I specify it in full (e.g. "/res/drawable-mdpi/ myimage.png"); this works. I wonder if there's a way to employ resource matching function of Android (see http://developer.a

[android-developers] Multiple L2TP/IPSec Android clients behind same NAT-BOX

2011-11-11 Thread IPSecRider
Hi All, I am trying to connect multiple Android L2TP/IPSec clients behind the single NAT-BOX to Openswan VPN. Here I can see that Android client initiates L2TP session from ephemeral port value (other than 1701), but this port value is not getting reflected in quick mode selectors. (At openswan s

[android-developers] Problem in getting Android source code from Google repo

2011-11-11 Thread srinivasan shanmugam
Hi, As specified in the i.MX Android R9.4 User Guide in section 2. Build Android for i.MX 2.1 Get Android Source Code (Android/Kernel/U-Boot) While getting the Android source code from Google repo, wen i was executing the following step: ubuntu@ubuntu-laptop:~/myandroid$ ./repo init -u git://a

[android-developers] In getting the kernel source code with the tag of 2.6.35.3:

2011-11-11 Thread srinivasan shanmugam
Hi, I am facing the below problem in getting the kernel source code from kernel.org with the tag of 2.6.35.3 ubuntu@ubuntu-laptop:~/IMX_Android$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.35.y.git kernel_imx Initialized empty Git repository in /home/ubuntu/IMX_Androi

[android-developers] EventHub.cpp - the logic is incorrect

2011-11-11 Thread Videomap
If you look at this Gingerbread code: // See if this is a keyboard. Ignore everything in the button range except for // gamepads which are also considered keyboards. if (containsNonZeroByte(key_bitmask, 0, sizeof_bit_array(BTN_MISC)) || containsNonZeroByte(

[android-developers] android webview not showing redirecting

2011-11-11 Thread vidyasagar sreerama
Hi all I am using android webview.posturl() method to post to a servlet. >From the servlet i am doing a http POST to a new url using apache httpclient 4.0 API which is returning me a HTTP/1.1 302 removed temporarily response and it is making a http GET request to another URL in the response head

[android-developers] DatePicker in a fragment

2011-11-11 Thread Kyle
I am attempting to use a datepicker dialog based on the example at http://developer.android.com/resources/tutorials/views/hello-datepicker.html. This is obviously for an activity, but I'm trying to implement the same functionality in a fragment. Using the code from the example won't work. By this

[android-developers] Android operating system

2011-11-11 Thread pavan kumar
1) How android operating system different from other operating system? 2) What are the advantages that we have with this operating system? 3) How the hardware parts supports. What is the basis for it. Suggest me a site to make me build hardware parts. -- You received this message because you are

[android-developers] problem with the indefinite service

2011-11-11 Thread phannguyen
Dear all, My app has an activity A and i want to create MyService which can run in background indefinitely. So from activity A, i call start myservice as following: Intent intent = new Intent(getBaseContext(), MyService.class); startService(intent); I also want to pass data object from Activity A

[android-developers] Re: Does android 4.0 ice cream sandwich support arabic natively (properly) ?

2011-11-11 Thread Mohammad Ghames
The Arabic works just perfect :) http://www.youtube.com/watch?v=SfVlxJti6vA On Nov 6, 4:56 pm, AhmadOOka wrote: > The emulator displaysarabicperfect. Thanks. > > On Nov 6, 1:37 am, AhmadOOka wrote: > > > > > > > > > Thanks. Ill try that > > > On Nov 1, 2:36 am, Zsolt Vasvari wrote: > > > > Wh

[android-developers] Re: Failed to fetch URL http://dl-ssl.google.com/android/repository/repository-5.xml, reason: Connection reset

2011-11-11 Thread kaoutar ben ahmed
hello again :) i have resolved the problem now, all i did is that i deselected that option that forces https:// to be http:// so it works ;) cordially 2011/11/11 kaoutar ben ahmed > hello everyone !! > > i have this errors shown when i try to add SDK Components through the > android SDK manager

[android-developers] Failed to fetch URL http://dl-ssl.google.com/android/repository/repository-5.xml, reason: Connection reset

2011-11-11 Thread kaoutar ben ahmed
hello everyone !! i have this errors shown when i try to add SDK Components through the android SDK manager : Fetching http://dl-ssl.google.com/android/repository/addons_list-1.xml Failed to fetch URL http://dl-ssl.google.com/android/repository/addons_list-1.xml, reason: Connection reset Fetched

[android-developers] Detecting user network preference

2011-11-11 Thread Rino
Hi Group, this is my first post and I made a lot of searching but didn't find any post completely answering to my question. I'm developing on a Samsung Galaxy Next device, using a 3G USIM from a UMTS mobile operator. I need to detect the following user settings: - If set "Use only 2G networks (Sav

[android-developers] Re: Set Phone HTTP Proxy on Wifi Network

2011-11-11 Thread Moroni Granja
Proxy support is known to be lacking. For that reason, there are apps that help with that. I'm working on one called Autoproxy that should help yout there. http://forum.xda-developers.com/showthread.php?t=1083284 On Sep 18, 1:17 pm, Marco Pagliari wrote: > I would like to know if it's possible to

[android-developers] best smile

2011-11-11 Thread azhar mustafa
You will never want to use an ordinary toothbrush again. Perfect results EVERYTIME! With 30 Second Smile, you get a precise cleaning each and every time. All you do is bite and guide! http://emediatraffic.go2cloud.org/SHFH -- You received this message because you are subscribed to the Google Gro

Re: [android-developers] Sony S1 adb driver

2011-11-11 Thread Edwin Low
Hi Kostya, I am new to all this and trying to get my Sony tablet to accept adhoc wifi hotspot. But first I need to get the tablet to link to my notebook. When you mentioned "located in %USERPROFILE%\.android" and "under [Google.NTamd64]", are these found in my tablet or notebook? After set

[android-developers] How to read data off a website into an Android app

2011-11-11 Thread Jungle Jim
I need to write an android app that will read data off a webpage and then display it in an activity in my app. Unfortunately, I am fairly new to both android and java. Does anyone know of a sample program that can get me started? Thanks. -- You received this message because you are subscribed t

[android-developers] Problem in retrieve by SAX form RSS

2011-11-11 Thread calvin chan
Hi everyone, I am a beginner of android programming, these several weeks I am trying to write a RSS reader. As I said, I use SAX to retrieve the elements from xml of a website. All other elements I can retrieve except the content inside the . Below is my Handler.java can anyone help me? thz so mu

[android-developers] Flickering on Android browser because of the keypad

2011-11-11 Thread Mjask
Hi I am creating a Web page for Android browsers, I have an input box on top but when I type in something there because the sliding keypad appears that textbox scrolls up and I cant see that . Is there any Javascript event or some other feature with which I can make my page not to scroll up when K

[android-developers] Re: Option to unlock the boot loader for Sony Ericsson Android Gingerbread phones now available.

2011-11-11 Thread Michel
Hello, I am an Android Windows developer using Eclipse and I would like to develop applications for my XPeria Active. Since to connect to it I need to install the appropriate OEM USB driver... Does anyone know if there is a compatible OEM USB driver from another XPeria phone, as Sony hasn't yet r

[android-developers] How to access class file

2011-11-11 Thread Ketan
Hello, I want to acess class file from bin folder in android. I was doing it using File f = new File("/bin/filename.class"); Its working fine in java but in android giving path doesnt work,,, so please suggest me other way to access class file of any java file. Thanks in advance! -- You recei

[android-developers] Moving & shifting

2011-11-11 Thread unionmoversuae
Welcome Enjoy world-class moving services at local rates! Union Mover Dubai is the moving company created to make your moving experience a stress free one. Our focus is on top notch customer service, and fast, professional moving services. We aim to offer our customers the quality of service they

[android-developers] Selecting a location from google map and send it to an Application

2011-11-11 Thread Hacktor
Is there any sample code or tutorial for Selecting a location from google map (like restaurant, school etc) and forward to the application which includes more information about that place? The object of this application is making some process about the place that already selected from the google m

[android-developers] TextView with an element inserted just at the and of the text

2011-11-11 Thread Damian Skrodzki
I need a multiline text that allows me to insert a small element just after the last word of my text, so I could draw on that element. All text should be selectable, and it would be great if I could insert some other elements inside this text, but it's not essential for now. I tried to: 1. Sepa

[android-developers] Re: Programmatically installing APK question

2011-11-11 Thread zombiexl
Ash, I'm doing the same sort for thing for a client (i rooted the device and created a flashable rom). I am having the device restart the device when it closes. The difference is we do allow some users to use the exit button and get to the device (mainly for debugging). Otherwise the exit button ca

[android-developers] NFC App self-launched

2011-11-11 Thread k0nig
Hello, I'm a begginer in android, I have a NFC App works correctly except for one thing, when I close a tag to my phone this suggest other app but not mine. I had search about this but don't find a solution, my manifest is: http://schemas.android.com/apk/res/android"; package="leer.Etiqueta

[android-developers] Native Code Coverage using gcov

2011-11-11 Thread AngelMex
I've been trying to get Native Code coverage following the intructions at http://groups.google.com/group/android-ndk/browse_thread/thread/4a3924bb1235e58a/6ef27ff0b4506d30?show_docid=6ef27ff0b4506d30 So far I have been unable to get any .gcda files. I've been able to successfully build and link

[android-developers] Re: Obsoleting 1.5

2011-11-11 Thread Nathan
On Nov 10, 4:31 pm, Zsolt Vasvari wrote: > > How can they even comment?  If they cannot see the app in the Market, > they cannot comment on it. Very good point. Another point in favor of skipping multiple apks and just dropping them. Although I don't know for sure. Even though they wouldn't fi

[android-developers] Where is the ICS Date Usage Graph "SeekBar thumb" image?

2011-11-11 Thread Boozel
Hi I just downloaded the android 4.0 SDK to look for the scroller image resource that is used in the new Data Usage feature in ICS to scroll along the axis of the graph? I cant find it though, does any one know the path of this resource? I have a graph in my application and would like to add si

Re: [android-developers] Standalone interactive logcat viewer/inspector (free)

2011-11-11 Thread Stephen Uhler
For the app I was working on, I needed better/different highlighting and filtering than what DDMS provided, so I build something that served my purpose at the time, and thought I'd share it in case others find it useful. I often use DDMS as well, depending on the type of output I need. On Thu, N

[android-developers] Re: Problem with listVIew

2011-11-11 Thread hoyski
On Nov 11, 7:39 am, Elison Lusvardi wrote: > Hi guys, how are you? > > I have a problem in my application's ListView. > Each item in the ListView can be created by different widgets, some have > pictures, the layout is different in each case, some have images, others > have buttons, etc.. > > All

[android-developers] Pairing bluetooth devices using NFC

2011-11-11 Thread somdas
Is it possible to pair to bluetooth device using NFC (out of band) in android 2.3? If yes, please provide me the steps of doing so. -- 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@goog

[android-developers] Re: Parsing JSON from Grails application

2011-11-11 Thread hhenne
On Grails you can use the gson library - it is very simple and easy to use. Android has built in the org.json library - tutorial here: http://www.vogella.de/articles/AndroidJSON/article.html Hardy Henneberg http://www.maxikeys.com On Nov 11, 3:05 am, Nikolay Elenkov wrote: > On Fri, Nov 11, 2011

[android-developers] Horizontal scroll inside ViewPager

2011-11-11 Thread ahmed barqawi
Hello Android geeks, i created a project that have ViewPager to scroll between pages and one of the pages have big image that you can scroll right,left when i scroll left or right the ViewPager scroll between pages not inside the image. my issue is: how to prevent view pager to scroll between pag

[android-developers] Re: Use the Gyroscope to improve the orientation

2011-11-11 Thread hhenne
Hi again, In my app, I am only interested in pitch and roll - not in yaw. The accelerometer can measure static pitch and roll (because of the gravity) - but not static yaw. Acceleration caused by movements are just unwanted noise in my app and is filtered away by a usual digital Lowpass filter.

[android-developers] Re: Screen orientantion and dialogs problem.

2011-11-11 Thread ikki_fenix
Hi!, I'm ashamed but i did a silly mistake, because i've forgotten to change some values in the second tab. Sorry for waste your time and thanks. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-

[android-developers] Re: Urgent help required

2011-11-11 Thread skink
On Nov 11, 3:23 pm, Sunil Mishra wrote: > @skink and @Dainel > > According to me URL translation is like follows > > 1. Read the html file before sending > 2. Grab the relative url > 3. Convert it to absolute url > 4. Write the html file with the converted absolute url > > Please correct me if i

Re: [android-developers] Re: Screen orientantion and dialogs problem.

2011-11-11 Thread TreKing
On Fri, Nov 11, 2011 at 8:48 AM, ikki_fenix wrote: > For Example, I have the app in portrait and i change to landscape. > When I see the tabs, the first tab design has changed it for landscape > layout and the second one remains the portrait version of layout. > > Do you know why happens this???

[android-developers] Re: Urgent help required

2011-11-11 Thread Sunil Mishra
@Daniel Thanks! I'l try on this and get back to you if i have any doubt. Thanks once again! On Nov 11, 7:43 pm, Daniel Drozdzewski wrote: > On 11 November 2011 14:23, Sunil Mishra wrote: > > > @skink and @Dainel > > > According to me URL translation is like follows > > > 1. Read the html file

[android-developers] Re: Screen orientantion and dialogs problem.

2011-11-11 Thread ikki_fenix
Thanks a lot. It's very useful, but I have another problem. When I change the screen orientation only changes the first tab layout and the second one takes it the same that I had before the change. For Example, I have the app in portrait and i change to landscape. When I see the tabs, the first ta

Re: [android-developers] Re: Urgent help required

2011-11-11 Thread Daniel Drozdzewski
On 11 November 2011 14:23, Sunil Mishra wrote: > @skink and @Dainel > > According to me URL translation is like follows > > 1. Read the html file before sending > 2. Grab the relative url > 3. Convert it to absolute url > 4. Write the html file with the converted absolute url > > Please correct me

[android-developers] Re: Urgent help required

2011-11-11 Thread Sunil Mishra
@IcedNet You mean to say, i must put all the html, css and images in the assets folder. Right? On Nov 11, 6:52 pm, IcedNet wrote: > treat the assets folder as /  (root) for your server, put it all in > there... > > On Nov 11, 8:43 am, Sunil Mishra wrote: > > > > > > > > > As a workaround i trie

[android-developers] Re: Urgent help required

2011-11-11 Thread Sunil Mishra
@skink and @Dainel According to me URL translation is like follows 1. Read the html file before sending 2. Grab the relative url 3. Convert it to absolute url 4. Write the html file with the converted absolute url Please correct me if i am going wrong. Or provide me a link which explains about U

[android-developers] help loading images from url

2011-11-11 Thread Christian Palomares (ShinjiDev)
Hi I've seen many tutorials about how to load an image from my url, but i've seen in apps like "Uber Social" where it loads the images in an asynchronous way, can someone guide me how to do it in that way? =( Thxs -- You received this message because you are subscribed to the Google Groups "And

[android-developers] Re: Threshold a android bitmap image URGENT

2011-11-11 Thread Streets Of Boston
For a crude Threshold effect, you can use a ColorMatrixColorFilter with the right values put in it. I implemented a Threshold filter this way, I don't have the implementation at hand right now. But you can google it. :) -- You received this message because you are subscribed to the Google Group

[android-developers] Re: Urgent help required

2011-11-11 Thread IcedNet
treat the assets folder as / (root) for your server, put it all in there... On Nov 11, 8:43 am, Sunil Mishra wrote: > As a workaround i tried storing the image in app_images folder in > sdcard and trying to provide the url of that path. But still the > issues exists. Is there any other work aro

[android-developers] Re: Urgent help required

2011-11-11 Thread skink
On Nov 11, 2:43 pm, Sunil Mishra wrote: > As a workaround i tried storing the image in app_images folder in > sdcard and trying to provide the url of that path. But still the > issues exists. Is there any other work around possible?? > > And do you have any clue > > On Nov 11, 5:18 pm, Daniel Dr

[android-developers] Re: Urgent help required

2011-11-11 Thread Sunil Mishra
As a workaround i tried storing the image in app_images folder in sdcard and trying to provide the url of that path. But still the issues exists. Is there any other work around possible?? And do you have any clue On Nov 11, 5:18 pm, Daniel Drozdzewski wrote: > Sunil, > > You should not have deve

[android-developers] Problem with listVIew

2011-11-11 Thread Elison Lusvardi
Hi guys, how are you? I have a problem in my application's ListView. Each item in the ListView can be created by different widgets, some have pictures, the layout is different in each case, some have images, others have buttons, etc.. All of them have actions like onClick and onLongClick - being

Re: [android-developers] Re: Urgent help required

2011-11-11 Thread Daniel Drozdzewski
Sunil, You should not have developed your http server, but utilise some OSS project that does that. Your links to images or any other resource are relative to the context of that web page (or web application) running within your web server. wwwroot - websiteA -images -topWrapper-bg.jpg

Re: [android-developers] BroadcastReceiver not system-wide but visible only to application?

2011-11-11 Thread Mark Murphy
Use setPackage() on the Intent to control who can possibly receive it. On Thu, Nov 10, 2011 at 10:26 PM, Tomasz Gawel wrote: > Hi, > > is this possible to braodcast my intent to be visible only inside the > application not to be visible system wide? > i know, there is permission string paramter i

[android-developers] Re: Urgent help required

2011-11-11 Thread Sunil Mishra
@Kostya Thanks for pointing that out! But i am still unable to load the image. I placed the image in "assets" folder and trying to access that using background-image:url(file:///android_asset/topBanner.jpg); but unable to do so... On Nov 11, 4:41 pm, Kostya Vasilyev wrote: > raw != assets > > 11

Re: [android-developers] Re: Urgent help required

2011-11-11 Thread Kostya Vasilyev
raw != assets 11.11.2011 15:27, Sunil Mishra пишет: I tried changing background-image:url('images/css/topBanner.jpg') to background-image:url(file://android_asset/raw/images/css/ topBanner.jpg' ) but it still not working. -- Kostya Vasilyev -- You received this message because you are subscri

[android-developers] Re: Urgent help required

2011-11-11 Thread Sunil Mishra
I tried changing background-image:url('images/css/topBanner.jpg') to background-image:url(file://android_asset/raw/images/css/ topBanner.jpg' ) but it still not working. On Nov 11, 4:20 pm, Miguel Morales wrote: > They sure are. > > On Fri, Nov 11, 2011 at 3:14 AM, Sunil Mishra wrote: > > > > > >

Re: [android-developers] Re: Urgent help required

2011-11-11 Thread Miguel Morales
They sure are. On Fri, Nov 11, 2011 at 3:14 AM, Sunil Mishra wrote: > The images are in res->raw->images->css > > On Nov 11, 3:38 pm, Miguel Morales wrote: > > That's better, most likely you'll want to put your html/images in the res > > folder and then user the following path: > > > > file://an

[android-developers] Re: Urgent help required

2011-11-11 Thread Sunil Mishra
The images are in res->raw->images->css On Nov 11, 3:38 pm, Miguel Morales wrote: > That's better, most likely you'll want to put your html/images in the res > folder and then user the following path: > > file://android_asset/file_path.png > > If you are downloading these files dynamically, then

[android-developers] Re: Urgent help required

2011-11-11 Thread Sunil Mishra
Can you give me example on how to do the same for the following line: background-image:url('images/css/topBanner.jpg'); //a line of home.html We cannot directly replace that with 'file://android_asset/raw/images/ css/topBanner.jpg' On Nov 11, 3:38 pm, Miguel Morales wrote: > That's better, most

Re: [android-developers] TextView and white-space

2011-11-11 Thread Kostya Vasilyev
Subclass EditTextPreference, override persistString and do your trimming there. 11.11.2011 14:17, dashman пишет: Is there an xml setting for TextView - to auto-trim white-space. I intercept the onPreferenceChange() callback - but in that call you can't call trim() on the string and save it - j

Re: [android-developers] Re: Urgent help required

2011-11-11 Thread Miguel Morales
That's better, most likely you'll want to put your html/images in the res folder and then user the following path: file://android_asset/file_path.png If you are downloading these files dynamically, then simply change the file:// path. On Fri, Nov 11, 2011 at 2:30 AM, Sunil Mishra wrote: > home.

  1   2   >