0
votes
0answers
15 views

GIS and Java Career

I have been a GIS Analyst for over 10 years and currently studying java (50% through the course). My plan is develop GIS applications manly focused towards open source solutions. I would like to ...
-1
votes
0answers
30 views

What are the Various channels in Android Application Development? [duplicate]

There is always something new to learn, but the problem for me is in which direction should I explore things. Surely there is a lot to learn about Android, but I feel there also are different wings in ...
0
votes
0answers
10 views

ScrollView Height does not wrap onto parent activity in code [migrated]

I have this little problem regarding layout with scroll view on my android code import android.os.Bundle; import android.app.Activity; import android.app.AlertDialog; import ...
10
votes
5answers
6k views

Jump into Android or learn Java basics first?

I am quite proficient in C and know some C++, but never touched Java. Recently I got an idea for an app which I think has potential, and I want to develop it. I am planning to go Android first, ...
7
votes
5answers
734 views

Why does Java use so many middlemen? [closed]

For example to read data from a website we do: HttpResponse httpResponse = httpClient.execute(httpPost); HttpEntity httpEntity = httpResponse.getEntity(); is = ...
-3
votes
1answer
140 views

How can I go from a beginner to next level as an Android Developer? [closed]

I would like to be a good Mobile App developer. I would like to master the two leading mobile platforms IOS and Android. So I started with Android as my core is Java. I am good ...
0
votes
1answer
176 views

Android game loop in separate thread

I am about to port a game that was initially written for iOs and I am having some doubts how certain things should be done. I have been looking many of the examples of the game loops for android, and ...
14
votes
8answers
6k views

Why is there no Git client for Android?

Since there is a pure Java implementation of basic Git features called JGit, which also has a couple of heavy-duty users (Gerrit), I can't help to wonder: why hasn't someone implemented a basic Git ...
1
vote
1answer
131 views

How can I access my Handler/runnable class from all my other classes in Android?

I am trying to create a class which allows me to do something every 5 seconds and I want to be able to start and stop this from running from any of the other classes. Here is my Timer class: public ...
1
vote
2answers
166 views

Java Xml intraction in Android

I'm working on Android application development. There is a question that always comes to my mind that: How XML interacts with Java code?. I mean Button inside XML is a view, but Button inside Java is ...
-1
votes
1answer
106 views

Compile GPL-code into a JNI-capable shared library and use it in commercial software [closed]

I am developing an application for Android in JAVA which calls GPLed C-code via JNI. I have modified & capsulated a GPL-software under a JNI-interface and compile it as a shared library (.so) ...
2
votes
2answers
241 views

Realtime (almost) bidrectional communication in Java

I will explain the context of the problem first. For a University project I'm going to implement an Android application. The Android application (and others) will be able to send data to a remote ...
8
votes
5answers
377 views

Proper workaround for multiple inheritence in Java (Android)

I have a conceptual problem with a proper implementation of code which seems require multiple inheritance, that would not be a problem in many OO languages, but as the project is for Android, there ...
1
vote
1answer
141 views

how to develop a common pool of functions? [closed]

I need to develop an application which runs on the web as well as on mobile platform. I want to make something like a directory where i hold my common functions in respect to web and mobile platform. ...
-1
votes
2answers
134 views

What are the ways to start making actual/real-world programs using Java/C++ to excel my Programming Skills? [duplicate]

Possible Duplicate: How do I improve my coding skills? How I do become a better programmer as a junior developer The programming that we learn at university is not that vast, like those ...

1 2 3 4
15 30 50 per page