Recent Topics
-
What language to use with graphics and databases?TronFlynn - Today, 06:15 AM
-
Save Open Problem In PaintcompAkS - Yesterday, 11:26 PM
-
Super Budget Server - Intel Core i3 2130/8GB RAM/2x1 TB HDD from €49.99 [NL/FR/US]Redsw - Yesterday, 10:25 PM
-
jsf insert and update problem,mutago - Yesterday, 09:17 PM
-
Java Programming: Enter a sentence, tells you if each letter is Upper or lower case.pence - Yesterday, 06:53 PM
Recent Blog Entries
Recent Status Updates
-
KodeKoolit's been a long month and a half. but I did it. getting ready to launch my portfolio site!
Show comments (1)
Popular Tags
- Managed C++
- programming
- c
- networking
- stream
- Visual Basic 4 / 5 / 6
- console
- Connection
- import
- authentication
- element
- syntax
- session
- hardware
- sql
- javascript
- array
- game
- printing
- generator
- header
- html5
- mysql
- string
- c++
- timer
- loop
- java
- html
- ajax
- C#
- form
- php
- jquery
- assembly
- vb.net
- linked list
- xml
- android
- css
- login
- encryption
- setup
- calculator
- combobox
- binary
- pseudocode
- hello world
- innerHTML
- grid
#1
Posted 11 April 2012 - 12:15 PM
What is Android ?
Its a linux-based operating system for mobile devices such as mobile phones/tablet pcs/etc.
What do i need to install in my PC to make it work?
The Android SDKS, you can follow the instructions from here
Which language should i learn to program android ?
More than a language its the SDK what you need to learn the most, and then use it in JAVA.
Which IDE ?
There is the widely used ECLIPSE IDE, Eclipse has the advantage of being the IDE referred in 90% of any android example, ideal for beginners, but if you ask me i like the IntelliJ Idea better.
What are the differences in between Eclipse and IntelliJ ? mainly two :
- Intellij provides natural android development support while Eclipse needs a plug-in to work with android.
- Intellij performs better, is faster and uses less memory.
Still Intellij might sometimes be not as easy to use as eclipse, but in my opinion it works a lot better.
What is different in mobile programming ?
The wide variety of mobile hardware your application needs to support and of course the mobile market.
Be ready to submit your applications to large testing sessions, a simple screen will not look the same in a small screen cellphone and in a tablet, you will need to program thinking in whatever you put in a screen needs to look good in both vertical and landscape, in high density screens and in low density, get ready to write many versions of the same screen layout, and we are not talking about multi-lang yet but have also in mind that other languages such as German has longer words and sentences and what you stylishly displays in English might not feet in the German's lang screen layout.
I hope you find this small article useful. stay tunned for the next one, there is a long road from starter to application publisher and i intend to cover it.
#2
Posted 09 July 2012 - 04:52 AM
#3
Posted 09 July 2012 - 11:30 AM
i just thought about the general getting started questions all of us had when we started reading about it
and those are the quick answers i would have looooved to had when i started wondering about android
#4
Posted 23 July 2012 - 01:18 AM
I ve scrolled all app screens, but I could not find the icon of my app. Thats why i posted my question. I really could not locate it
#5
Posted 12 October 2012 - 03:46 PM
www.pickmike.com
I don't just develop software. I find solutions to your business needs.
#6
Posted 14 October 2012 - 10:27 AM
i have a question. How would i connect an android device to a linux based platform for file transfer (Mass data storage) ?
We don't really have an mtp client.
#7
Posted 14 October 2012 - 01:17 PM
But do yourself a favour and try something similar. I actually enjoy programming for Android...
#8
Posted 14 October 2012 - 05:07 PM
I've got a full time job and studies, so i don't have much time on my handsTo answer your question neil, I am currently working on a small app that incorporates a C++ backend... Written in QT-Creator so it'll just be a recompile to work on Windows. I use a normal TCP connection with buffers etc... It should actually not be too hard to try something like you suggested! Lets see how things go, it might hit the market soon
But do yourself a favour and try something similar. I actually enjoy programming for Android...
i just wifi my stuff over haha. ssh isn't a solution but it works ^^
#9
Posted 14 October 2012 - 11:01 PM
I wonder if there is a rsync like program for Android?
#10
Posted 15 October 2012 - 04:38 AM
Sorry, i meant scp haha :/scp is even easier IMHO...
I wonder if there is a rsync like program for Android?
there's no rsync that worked for me.
#11
Posted 15 October 2012 - 10:44 AM
if none of that apply, which is probable since you are not one who cries with no reason, plus i haven't used linux/unix/*ix lately. Another solution i see is mounting a windows virtual machine on your linux.
you mount your filesystem on the VM and use windows software for the android transfer.
#12
Posted 15 October 2012 - 11:42 AM
Nope, android ruled that out sometime back.Neil, i am a bit confused, if it is just about file transfer, most of android can connect just like a pendrive via USB.
I use wifi as i mentioned, but it isn't as fast and/or convenient as a mass file transfer via usb. Also i don't have an sd card/port thing.Then there is ftp on wi-fi, then there is connecting the sdcard to the pc sdcard port.
I've seen the transfer crash.if none of that apply, which is probable since you are not one who cries with no reason, plus i haven't used linux/unix/*ix lately. Another solution i see is mounting a windows virtual machine on your linux.
you mount your filesystem on the VM and use windows software for the android transfer.
Don't sweat it though
i just find it odd for a linux based os to not be able to communicate with linux haha
Similar Topics
-

Android Apps
Started by mariajoshef, 05 Jun 2013 In: General Forums → The Lounge → Introductions- 4 replies
- 67 views
-

android R cannot be resolved to a variable error
Started by game2d, 11 Jun 2013 In: General Forums → Mobile Development
anroid
- 2 replies
- 128 views
-
WarSnails [Android game]
Started by Samuel94, 23 Jan 2013 In: General Forums → The Lounge → Projects and Site Reviews
android
- Hot 12 replies
- 754 views
-
Coding a simple app to render web service data in Android - Best approach?
Started by misao, 15 May 2013 In: General Forums → Mobile Development
android
- 2 replies
- 289 views
-
Android TCP reconnect
Started by Vormillion, 10 May 2013 In: Language Forums → Java
tcp, write, reconnect
- 3 replies
- 260 views
Also tagged with one or more of these keywords: android
![]() |
General Forums →
Mobile Development →
Facebook LoginButton ErrorsStarted by Dnectrum, 29 May 2013 |
|
|
|
General Forums →
Mobile Development →
Coding a simple app to render web service data in Android - Best approach?Started by misao, 15 May 2013 |
|
|
||
General Forums →
General Programming →
Is it possible to turn an Android PhoneGap and jQuery mobile application into an HTML5 cache manifest application?Started by yaayaab, 27 Apr 2013 |
|
|
||
General Forums →
General Programming →
Android PhoneGap with jQuery mobile html5 embedding flashStarted by yaayaab, 17 Apr 2013 |
|
|
||
General Forums →
Mobile Development →
Adding RSS feeds in an Android appStarted by PuddingEatsPanda, 24 Mar 2013 |
|
|















