Android :: Tab Host Disappears

Aug 10, 2010

I am developing an Android application consisting of 4 tabs. On the first tab I have a button, which again calls an Activity called ActivityA.When my ActiviyA is started, the tab control is not shown anymore.

Android :: Tab host disappears


Android :: Exchange Account Disappears

Apr 18, 2010

My exchange account disappears at least once a week and I have to set it up again. I also get unable to connect to server sometimes and I have to pull the battery to reset to make it work. What is going on?

View 1 Replies View Related

Android :: Gps Icon Disappears / Way To Get Back?

Jul 22, 2010

I am using the GPS and something I do in my program causes the GPS icon in the notification area of my phone to disappear for a few seconds then come back, then disappear again. None of the other GPS programs I use have this "problem"... if it is actually a problem. I've read all kinds of articles about the GPS icon staying on after the program exits, but I can't find anything about it disappearing while the application is using it. What causes the GPS icon to disappear?

View 5 Replies View Related

Android :: Controller Disappears After A While / Show It Always?

Jun 4, 2010

I am adding MediaController to a VideoView, but it does not show up unless I tap the phone. The controller disappears after a while.

Is there a way I can have the MediaController show always?

View 2 Replies View Related

Android :: ADB Bug : Italic TextView Disappears / Fix It?

Mar 15, 2010

I am layouting my xml file with eclipse using adb.

Changing the Text Style to italic makes the whole TextView disappears.

View 2 Replies View Related

Android :: Google Maps Search Disappears

Nov 5, 2010

I have a problem with Google Maps. Everytime I start searching for something in Google Maps, the search box will disapper while typing like I hit the back button. I don't recall this type of behavior happening in any other application. I'm using a Spring HTC hero with Fresh 2.4 (Andriod 2.1) and I'm running the latest version of Google Maps (4.6). After some quick google searching I have seen other andriod phones with similar issues, so I don't think it's related to Fresh. THis issue also happened with the previous version of Google Maps.

View 1 Replies View Related

Android :: R.java Disappears After Project Clean

Oct 9, 2010

After I added some .png files into my Project Workspace drawable folder I refreshed my drawable folders in Eclipse and the newly added files showed up. But when I tried to access those resources using R.drawable.xyzimage, xyzimage although in the folder could not be resolved. So I did a Project Clean and guess what after this clean R.java is totally gone and all my classes accessing resources using R.java is showing all sorts of error and Eclipse won't let me run the code anymore. I have backup of my source code but I want to explore if R.java can be regenerated and how?

View 6 Replies View Related

Android :: Custom View Disappears When Scrolling / Fix It

Mar 19, 2010

I wrote a custom view for ListView rows. It works fine, but when I scroll it, all views in the list disappears. This this how I draw my view. code...

Any suggestions, how to fix this?

View 2 Replies View Related

Android :: ScrollView Disappears When Keyboard Appears On Screen

Aug 11, 2009

I have the following layout:

<?xml version="1.0" encoding="utf-8"?>

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/ android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="wrap_content"> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/ android" android:orientation="vertical" android:layout_width="wrap_content" android:layout_height="wrap_content">

<TextView android:id="@+id/title" android:text="@string/.......................

When I click on the EditText "@+id/updateStatus" of the ScrollView, the keyboard appears on the screen of the device and the ScrollView is hidden. I'd prefer to hide the ListView "@+id/myListView" at the end. Is it possible? Why that view is hidden?

View 2 Replies View Related

Android :: K-9 Email Client - Read Emails Disappears

Mar 1, 2010

I got my 2 gmail accounts (as POP) and my isp email account (as POP also) in my K-9 email client.

When i receive emails they appear in inbox just normaly. But if I leave the inbox and come back in, they have disappeared. I just can�t figure it out, what kind of setups I have to have to keep the read emails shown?

I have the same 3 account in my laptop and k-9 doesn�t delete the emails from server, because I can download them when I use my laptop email client.

View 3 Replies View Related

Android :: Dailog Box Disappears After Flipping Device / Avoid It?

May 12, 2009

I have created a dialog to accept the name and password. code...

It will display the dialog but if I flip the device the dialog will get dismissed. How can I avoid that . I tried d.setcancelable(false) it works for only back key .

View 3 Replies View Related

General :: Onscreen (navigation Bar) Volume Disappears Android 4.0?

Apr 18, 2013

I have Micromax funbook infinity p275 and it runs on Android 4.0 (ice cream sandwich) and my volume controll buttons disappears from the navigation bar. restore it without a factory reset. This has been the second time. When i go to Talking Tom app, and exit it, it appears again but not for long..

View 1 Replies View Related

Android :: Linkified TextView Non Linked Text Disappears On Touch

May 3, 2010

I have a text view (white text on black background) which is linkified. If at least one link is created and the user touches on any non-linked part of the text, then the non-linked part disappears (or turns black, I'm not sure).

View 4 Replies View Related

Android :: Cupcake Memory Bug With WebViews - That Disappears When Debugger Attached

May 15, 2009

I've literally spent 15+ hours trying to figure out this one bug (when I should be studying for finals). Any help is greatly appreciated. The bug appears on the dev1 phone running cupcake. It was not present before the upgrade. Basically, the problem is that when a activity with a webview and 2 threads is run, the service that runs after it will always crashes the process (but it works fine when the debugger is attached). The worst part is that it crashes at arbitrarily places in the service, so I can't isolate the error.

The details:

I have an activity with a WebView. The activity executes two threads, one after the other using the basic new Thread(new Runnable() {public void run()... Both threads use the same handler to report back results to the main activity. Flow works like this: when the activity starts, the first thread gets data to construct the URL that the webview will load (using DefaultHTTPClient). Then when the user navigates to a certain page, the second thread is again fired (using DefaultHTTPClient) to get some xml. This works fine.

The problem happens right afterwards. Once the activity with the webview finishes (it calls finish on itself), a service is started that has a thread that using DefaultHttpClient to downloaded some xml, process it, etc. The service crashes at arbitrary points with no error messages, simply displaying a memory dump, and kills the main process with it. When I attempt to debug the process, it runs just fine w/ no crashes. I've repeated this at least 30 times, with the same result. (no crash w/ debugger, crash when installing signed apk file to device and running it).

The program doesn't crash when the threads are removed from the activity with webview. So even if the webview activity runs (but all threads are removed), the service runs just fine regardless of the debugger.

Here is how my threads start (both of the ones in the activity with the webview, and the main thread in the service that is launched afterwards):

CODE:..........

.................

Here is what logcat displays:

CODE:..................

View 2 Replies View Related

Android :: Coverage With Ant In Test Project From Another Directory Report Disappears

Jan 15, 2010

I've encountered a problem, when I run coverage with ant in my test project from another directory the report disappears, e.g. "ant -f some/dir/tests/build.xml coverage". This seems to be the cause that I cannot get reports when building through hudson.

View 3 Replies View Related

Android :: Video Playback On VideoView Disappears After Going Back From Another Activity / Why Is So?

Jun 8, 2010

I have two Activities: one with VideoView attached to MediaPlayer and the second one.
I start watching a video in the first Activity, then during playback I start second Activity.
After going back to first Activity I can hear sound but see no picture.

My Video Layout...

Do you have any ideas why video doesn't appear?

View 2 Replies View Related

Android :: OpenWnn Project Disappears In Latest Cupcake Code / Why Is So?

Apr 23, 2009

The OpenWnn project was involved in the cupcake project when I got the code at 1st April, but it disappears in the latest cupcake code. Why? Will it be in the final cupcake release?

View 2 Replies View Related

Android : Media Controls Bar Disappears After Appearing For Second In VideoView Droid

Sep 18, 2010

I am able to play a video using VideoView in combination with MediaController. The problem when I started my activity , a bar appears below with media controllers play,pause,rewind ,progress bar representing video. But it disappears after displaying 1 second. Then I how can I make this media Controller bar with controls to display as long as my video plays so that I can pause,rewind my video.

View 1 Replies View Related

Android :: Host Is Unresolved In LAN

Jul 6, 2010

Im getting a IOExeption 'Host is unresolved' on HttpPost. The Endpoint in this case a a computer on my LAN with a webservice. Im using WIFI to my LAN. Does Android know to to resolved computernames?

View 1 Replies View Related

Android :: Tab Host Without Tab Activity

Jul 2, 2010

I want to create tabs without extending TabActivity. (The reason is that TabActivity cannot handle a custom titlebar as it seems). I have public class startTab extends Activity I read somewhere that I have to use a LocalActivityManager, I assume that I am missing something there. Anyone an idea?

View 2 Replies View Related

Android :: Best Place To Host Applications

Sep 22, 2010

Since the market is not open to India for paid apps - What will be a good server/store to host paid apps that target indian audiences?

View 2 Replies View Related

Android :: TC Failure Due To Unknown Host

Aug 12, 2010

I am running the CTS on the Arm based phone. When I tried to run the Network related test cases.I am getting the above error in the "android.core.tests.luni.net" test package and due to this error around 179 test cases are getting failed.Please help me out.Is there any environment setting issue in the setting up the target.I have connected the target with the USB to my Fedora system. additionally target have the 3G Sim connected with It.

View 2 Replies View Related

Android :: Access Virtual Host

Mar 20, 2010

i have set up virtual host in apache and and added relevent information in windows host file. it works fine for desktop browsers but i am not able to access this from android simulator's browser. as a example a i created a virtual host "testweb" i added this information in widows hosts file also so in desktop browser it works fine with the url http://testweb/ but in android simulator browser it displays error tht page has been moved. so plz give me solution what i shud do to work it and where i am getting wrong..

View 2 Replies View Related

Android :: Where To Host My Open Source App?

Jan 27, 2010

Where is the best place to host an Open Source project for an Android app? I am thinking about setting my app eTools free into an open source license. I want to know the best place to host that project. I will probably go with code.google.com but wanted to hear what others have done.

View 2 Replies View Related

Android :: Getting UnknownHostException / Host Is Unresolved

Apr 16, 2009

I am getting UnknownHostException - host is unresolved in my app when trying to connect the emulator to server on my laptop(running on localhost).I have android.permission.INTERNET permission set in my AndroidMenifest.xml. Moreover, with this URL, I am able to connect to my machine's server when I use the browser on the emulator.Has anyone faced and solved such problem. If yes, I would really like to know the solution.

View 4 Replies View Related

Android :: Procedure To Host An App In Market

Oct 19, 2010

Can someone tell me the procedure to host an app in Android Market? I know that there is no review process. But is there any other steps I need to follow to publish my App?

View 2 Replies View Related

Android :: Unknown Host Exception To GAE?

Aug 23, 2010

I am trying to post from android to GAE, I am getting unknown host exception.

Here is my code:

CODE:.......

When I am trying to connect to localhost:8888 am getting connection refused. I donno how to go pass thru this.

View 3 Replies View Related

Android :: Widget Host App With Custom View

Mar 11, 2010

I'm writing an app that will host widgets. The app has custom view (which probably is the source of issue).mView.addWidget() basically just remembers this AppWidgetHostView instance and then mView draws it directly onto canvas. Visually everything is fine.I can see the actual widget. But the issue is with reacting on UI events. Please advise what needs to be done in the parent view in order to correctly trigger handlers in the widgets like onClick().I used standard widgets which normally react on click events. None worked.I also created my own test widget with listener and onClick()is successfully triggered if the widget is added on Homescreen, but doesn't work in my app.mView correctly detects click event and I tried to call widget.perform Click there, which returns false meaning onClickListener is not registered in the widget. But according to source .would call updateAppWidget which would register its onClick listener.

View 1 Replies View Related

Android :: USB Host / Serial Port Access

Sep 2, 2009

I am trying to figure out if there is any way by which I can access any USB device which is connected to my Android phone's USB port and read data off it? For ex. Can I connect a camera to my phone and pull pictures out of it? I know that we need a HOST-DEVICE configuration to be able to do that... have tried doing this on other devices before picking up my android phone.. thought there would be an easier way to get this done. now, when I connect my phone to a digital picture frame, I can see on the phone that it identifies the USB device it is connected to and goes into a USB mass storage mode. What I want to know is if after this, I can read data from the frame or send data to it. I want to write an app that pulls data over USB and stores it into the phone memory.

View 3 Replies View Related

Android :: Unknown Host When Connected In WiFi

Jun 12, 2009

I send files to FTP server in my application. Internet permission is set :
<uses-permission android:name="android.permission.INTERNET"/>
It works quite fine when connected with 3G/3G+. Sometimes, not very often, I get a "SocketException no route to host" or "unknown host" exception when trying to connect. When I'm connected with WIFI, it works sometimes and it's very fast, but the same error occurs very often, and when it has occurred I must restart my WiFi to be able to connect again, even with webbrowser. I use apache commons FTPClient this way:

ftpClient.connect(server, 21); ftpClient.login(user, password);
ftpClient.changeWorkingDirectory(directory); ftpClient.setFileType(FTP.BINARY_FILE_TYPE);
BufferedInputStream buffIn = new BufferedInputStream(new FileInputStream(file));
ftpClient.enterLocalPassiveMode(); ftpClient.storeFile(file.getName(), buffIn); buffIn.close();
ftpClient.logout(); ftpClient.disconnect();

Errors look like this:
06-12 11:17:32.887: ERROR/DictoSyl(3146): No route to host 06-12 11:17:32.887:
ERROR/DictoSyl(3146): java.net.SocketException: No route to host 06-12 11:17:32.887:
ERROR/DictoSyl(3146): at org.apache.harmony.luni.platform.OSNetworkSystem.connectSocketImpl
(Native Method) 06-12 11:17:32.887: ERROR/DictoSyl(3146): at org.apache.harmony.luni.platform.OSNetworkSystem.connect (OSNetworkSystem.java:125) 06-12 11:17:32.887: ERROR/DictoSyl(3146): at org.apache.harmony.luni.net.PlainSocketImpl.connect (PlainSocketImpl.java:227) 06-12
11:17:32.887: ERROR/DictoSyl(3146): at org.apache.harmony.luni.net.PlainSocketImpl.connect (PlainSocketImpl.java:199) 06-12
11:17:32.887: ERROR/DictoSyl(3146): at java.net.Socket.startupSocket(Socket.java:734) 06-12 11:17:32.887: ERROR/DictoSyl(3146): at java.net.Socket.<init> (Socket.java:157) 06-12 11:17:32.887: ERROR/DictoSyl(3146): at org.apache.commons.net.DefaultSocketFactory.createSocket (DefaultSocketFactory.java:53) 06-12
11:17:32.887: ERROR/DictoSyl(3146): at org.apache.commons.net.SocketClient.connect(SocketClient.java:162) 06-12
11:17:32.887: ERROR/DictoSyl(3146): at com.sylpheo.core.android.ftp.FtpManager.start(FtpManager.java:43)

or:
ERROR:
java.net.UnknownHostException: ftpsylpheo.sylpheo.com - ftpsylpheo.sylpheo.com at java.net.InetAddress.lookupHostByName(InetAddress.java:522) at java.net.InetAddress.getByName(InetAddress.java:336) at
java.net.Socket.<init>(Socket.java:155) at org.apache.commons.net.DefaultSocketFactory.createSocket (DefaultSocketFactory.java:53) at org.apache.commons.net.SocketClient.connect(SocketClient.java:162) at com.sylpheo.core.android.ftp.FtpManager.start(FtpManager.java:43)

It looks like having forgot something that makes connection down after several uses of my ftp program, but what? And why does this work quite well (but not always) with 3G/EDGE connection?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved