0
votes
2answers
27 views
Getting current time of Denmark
I am using following method for getting current time in HH:MM format.
SimpleDateFormat dateFormat = new SimpleDateFormat("HH:mm");
try {
OpenTime = dateFormat.parse(open_t);
...
-2
votes
0answers
21 views
How to use google goggles to get the text from an image in my application? [closed]
i want to read text file of image which is produced by google goggles in my application .pls help or u can suggest some other OCR thrid party apps which is more easy to use.
thanks
Nitesh Kumar
0
votes
2answers
18 views
How to swtich Accelerometer Axis based on Device?
My android application uses the Y Axis accelerometer to control the character in the game.
This is working fine on most mobile phones, however on my Galaxy Tab 2 10.1, the axis seems to be reversed ...
1
vote
1answer
20 views
Android receiving images over tcp socket from c# server
I'm perfectly receiving images in Android from C# Server and streaming video. Problem is, I'm always opening and closing socket for each image. How can I receive images on creating a single socket ...
0
votes
2answers
27 views
How to keep a Android app always running (Service and BroadcastReceiver)?
I realized an android application which always has to remain activated in the background. To make that, it is enough to use a Service which remains active after the user is left the application.
...
0
votes
0answers
21 views
Android Custom Calendar
I have this code that I got from searching source codes for android calendar and I just want to ask if how can I code add, edit and remove events or reminders and also how can I add a ring tone or ...
0
votes
0answers
22 views
android edittext minmum and maximum value
I am in development of an android app.. actually i need to set a minimum and maximum value for an editext entry my minimum value is 18 and maximum is 65.I did the exact code of this
package ...
1
vote
1answer
29 views
How to store phone number chosen from contacts into a string?
I am trying to store a phone number that is chosen from the contacts into a string or anything so that I can call it from the different class...
This is my code for contact button
@Override
protected ...
-1
votes
0answers
8 views
Using Json Ror-content must have a listview whose id-attribute,
I am parsing the ror website data using json this is my parsing link
http://peaceful-cliffs-6253.herokuapp.com/hotels.json
its shows the content value of id problem showing
activity_list-item.xml
...
0
votes
3answers
37 views
Why am I getting “The method getContext() is undefined for the type MainActivity”?
My MainActivity extends activity and I use getContext() in another class that has a instance of MainActivity passed in and it works fine there, my code:
convertView = ...
0
votes
0answers
19 views
Developing a algorithm to produce matches for android game? [closed]
I have a class that is responsible for creating matches that the user has to complete. After the user completes the match another random match is then loaded..
For example, user has to match ...
1
vote
1answer
29 views
Drawing Sequence diagram in java
I have made a Sequence diagram, and i want to know about it is well or not from this basic code
public void onClick(final View v)
{
r = new Runnable()
{
public void run()
{
...
0
votes
2answers
27 views
setting in one class and getting from another class
this is really basic I know, but I just can't see what the problem is... all I want to do is set the value of a variable from one class into an "intermediary" class and retrieve it in a third class ...
0
votes
2answers
23 views
Animation on Android
I have been looking around and searching for an answer and really trying to dive into android programming before asking any questions. I know that this site is here to help, but also not an outlet to ...
1
vote
3answers
56 views
How to parse values returned by getDate() in java?
I have created a web service which returns the date of an event which is initially captured by the getDate() function. I want the date returned by this function (something along this format : ...
2
votes
1answer
47 views
Get system time accurate to 0.1ms (100 microseconds)
I am trying to conduct some extremely accurate data measurements. For this, I need to be able to get the current time in microseconds, accurate to 100 microseconds (Or more). I can't seem to be able ...
0
votes
0answers
13 views
How dos progressive videostream work exactly (MP4, flv etc.)
i wonder how progressive videostreambuffering works. Currently i try to create a media player for Android that is able to play progressive streamed video files. For that i use vitamio library. Its a ...
-1
votes
1answer
52 views
How to match items in an array list in order?
I have an array list that has Items of enum type stored in it.
What i do is compare items enum type stored in it to the enum type of one in the array list.
Here is what i want to do:
I want to ...
-1
votes
2answers
18 views
hex value Textview input to byte []
I got some important question:
I need to send a Hexadecimal value stored in a bye[] (max. 4 byte) witch i have typed in in my textview of my android phone application.
...
2
votes
4answers
31 views
Why does System.getProperty(“user.dir”) return “/”
I'm trying to get the path of my current running apk on android.
I'm using System.getProperty("user.dir").
But it gives out a "/", which is the root directory of the Android system.
Am i missing ...
0
votes
1answer
17 views
Cannot resolve symbol 'GoogleCloudMessaging' GCM
I am trying to get GCM working in my app (to notify users of when our hours change, or if we have any promos going on) but i keep getting the error "Cannot resolve symbol 'GoogleCloudMessaging'" when ...
0
votes
2answers
19 views
How do I save some textviews and load them from another class?
In my app, i have you put in some information through some edit text. Then you hit this button and it starts another activity that does some calculations and then displays results through text views. ...
0
votes
0answers
64 views
NullPointerExeption why does my app crash?
i am new to android development. I have have a Task manager application that when i run it gives me the error:
java.lang.RuntimeExeption:Unable to resume ...
0
votes
1answer
22 views
Android, reset a value everyday
I am developing a timer app that works in block of times (pomodoros) and I'd like to have a variable that keeps track of the number of blocks passed everyday, so it keeps counting within the same day ...
1
vote
1answer
30 views
How to return a String value to another class in regards to editText
I am trying to display a textValue inserted by the user from the main class to another class/window.
On my main class I made this method
public String retChoice()
{
choices[0] ="sasda"; ...
0
votes
1answer
16 views
how to stop a process when another is running java android
i am doing an app in android that connecting with servers and downloading some chunks.
now i want to have another one process doing other job. here is my code
class RemindTask extends TimerTask {
...
1
vote
2answers
23 views
java xml parsing error printing node value
I am trying to parse some xml from a remote api, the xml is formed like this:
<django-objects version="1.0">
<object pk="13" model="ballot.poll">
<field type="CharField" ...
0
votes
2answers
23 views
Can't get R.java back in eclipse
I have a massive problem, and I can't find a single thread out there that specifies this problem.
I'd been watching Google IO, and the Android Studio was mentioned, I downloaded it, installed it, and ...
1
vote
2answers
70 views
EditText.getText().toString() crashes
In my android application , I have 3 dialogue boxes in which the user puts info into 3 editTexts and it will display the one of the data onto another class/page after it randomly picks which data to ...
0
votes
0answers
17 views
Eclipse slidingmenu error?
I have some pretty unique errors in Eclipse. So here's what's happening:
In my Android app (in Eclipse) I have all of these slidingmenu errors and other related Errors. I cannot figure out how to fix ...
0
votes
1answer
24 views
Changing activities prevents ImageButton setImageResource from working
I have a main activity that changes the image on the ImageButton on every click.
public class MainActivity extends Activity {
protected void onCreate(Bundle savedInstanceState) {
...
0
votes
0answers
19 views
Java ADT Emulator problems
I am having trouble setting the emulator to target Android 4.0. Since updating my Java ADT I can only choose Android 4.2.2. Some of the applications I created won't open in the new firmware/sdk. The ...
0
votes
0answers
12 views
Image captured by camera not being saved in android
I have a code that automatically takes pictures on an android device. The code has to save the images on the SD card as well.
My code is capturing the images from the camera, displaying it on the ...
-1
votes
0answers
16 views
create process error 2 android studio [closed]
![enter image description here][1]I am runing a simple hello world application on android studio.but it is giving error ,create process error=2
I have defined the path and JAVA_HOME variables also but ...
0
votes
1answer
53 views
java.lang.NullPointerException…crash report
I have this problem again. In this thread I had the same problem with button click sound. Nothing helped, so I disabled that sound. No other solution. And now, I have the same crash report but now in ...
0
votes
2answers
20 views
Getting database information to another class in Android
I basically used this tutorial on how to make a SQLite database, which is fine. I now have a new class named camera, where I want to get all the (or a single) phone numbers that are in the database, ...
0
votes
1answer
37 views
How to create a transparent demo on Android?
I'm try to make a transparent activity in my Android application.
This is an example picture:
Does anyone know a library that can do this ?
0
votes
1answer
37 views
Try Catch unexpected token
This code gives me an error of unexpected token on the try and catch. What is wrong?
public class WeatherTest
{
String weatherurl = "http://weather.yahooapis.com/forecastrss?w=35801&u=c";
...
0
votes
0answers
15 views
Trying to get Twitter trend list on Android
I am trying to get the first item of the current trending list on Twitter. I have created some code, but it is returning an empty list. I would like to know where I'm going wrong, I'm quite new to ...
0
votes
2answers
39 views
Android sqlite select statement troubles [duplicate]
I am trying to get some data from a sqlite table named Course, with a attribute Name.
I build the table here.
private static final String COURSE_ID = "CourseID";
private static final String ...
-6
votes
0answers
53 views
how can i convert this code into android phone which have written in java? [closed]
I want to convert this code to Android (for a phone) please guide me.
import javax.swing.*;
public class Irr {
public static void main(String[] args) {
String ...
0
votes
1answer
23 views
android png from url has its transparency showing as black
I have tried loading a png-8 from a url to an imageview, but the transparency is lost and turns black.
So i tried a png-24 and same problem.
Here is the kicker, if I copy the image from the url, and ...
0
votes
1answer
58 views
Login does not work with AsyncTask in Android
I am sitting an small Android app to check the user login information. I have been working on this with no luck. I appreciate if someone can help me with this. Thanks in advance. I am getting this ...
-11
votes
1answer
80 views
NullPointerException while getting data from Service [closed]
Ok so i have got a app i'm working on, and i'm probably jumping a little ahead of my knowledge but here is my problem. I cannot get it to submit something to my database. The php file is working i ...
0
votes
0answers
22 views
Insert instead replace when multiple UNIQUE with SQLite and Java
I'm trying to import to my DB data from a directory and do not duplicate the same data (just 1 and 2 fields). With this, I don't get duplicated rows, but if I modify one, and import the same data ...
1
vote
2answers
64 views
R cannot be resolved to a variable (new android project)
This happens for a new project too!
The gen folder is empty.
No errors in activity_main.xml file.
I have tried:
Project->Clean
Project->Properties-> check android version
Project->Build
Re ...
1
vote
0answers
24 views
SQLiteOpenHelper and close method
I'm making some tests and every time I call to SQLiteOpenHelper.close() and then I try to reopen the database with, for example, SQLiteOpenHelper.getWritableDatabase() I get the exception ...
-2
votes
1answer
41 views
How to format currency input
My question is related to this question. I am also looking for the same type of formatting but in reverse order.
Like if I press one it should print 1.00, then I press 2 and it will be 12.00. Then I ...
0
votes
0answers
21 views
Storing and comparing against objects from a database
I am working on an android app that loads in a list of students to display in a list based activity. There are two components to the app. There is a server which responds via xml with the list of ...
1
vote
1answer
36 views
Android dev - App stopped working, no errors in code
I've recently started android app dev, but have came across a problem with the app I'm trying to make. Whenever I load up the app in an emulator (Android 4.2.2 4.00" screen to be exact) it just says ...






