Information

Android Town

Android is an open Java-based platform to use for developing mobile apps. Do you believe mobile computing is the wave of the future? We do!

Members: 35
Latest Activity: Jul 20, 2019

Discussion Forum

Coroutine-First Android Architecture w/ Rick Busarow

Chicago Kotlin User Group x Android ListenersHosted at GrubHub, July 17Coroutines are the new hot stuff, and right now they’re being added to lots of libraries. But what if you don’t want to use an…Continue

Tags: coroutines, android, kotlin

Started by Amanda Hinchman-Dominguez Jul 20, 2019.

Android Class at Valencia College 3 Replies

We are having an Android App Development class at Valencia starting in August (East campus).  It is COP 2660, and has a pre-requisite of COP2800 Java Programming, or permission of instructor.  There…Continue

Tags: Education, Programming, Android

Started by Colin Archibald. Last reply by Jackie Gleason Jan 31, 2013.

Java applets on android tablets 1 Reply

Does anyone own one of the android java-based tablets? If you do, how does it compare to an iPad, and does it properly run java applets and applications? Do you need to install everything through a…Continue

Tags: applet, java, neelands, tablet, android

Started by Michael Levin. Last reply by Colin Archibald Sep 6, 2011.

Insanely Great Social Hooks and Innovation on this iPhone/Android App

 EveryTrail impresses as a well thought out app with GPS, multimedia and social integration. Not only is it well coded and solid, but the marketing is to the point and clear as well. I like how they…Continue

Tags: mobile, objective-c, travel, iphone, gps

Started by Michael Levin Dec 13, 2010.

Gainesville Mobile Programming Group

Would it be an interest in a gainesville Mobile programming group? Idea is to include android, blackberry, iphone, palm, symbian, and anything else I missed.

Started by Mauricio Tavares Oct 27, 2010.

Android Town Reading List

Comment Wall

Comment

You need to be a member of Android Town to add comments!

Comment by Rajil Sajila on September 23, 2011 at 4:23am
Can I dive in android even without tating any java baisc rules ?
Comment by Kevin Neelands on September 7, 2011 at 9:28am
Colin - consider teaching that class somewhere in Gainesville!  I'll check out the links and books you recommend.  Also, here's hoping Apple will decide to add the Android-style Java to the iPad!
Comment by John Considine on September 7, 2011 at 9:20am

Thanks Colin.  I was just looking at Android books this weekend and was wondering which ones were better than the others. 

Comment by Colin Archibald on September 6, 2011 at 10:24pm

I'm teaching an Android class at Valencia.  I created a set of type-along videos to help people get started.... you can look at them here:

http://faculty.valenciacollege.edu/colin_archibald/androidprogrammi...

I also can recommend commonsware.com for some e-books that are a pretty reasonable price, and well written. 

 

Comment by Rajil Sajila on September 6, 2011 at 11:12am

Looking for Andoid ebooks for dummies for free !

Please Need Any Help From You!

Comment by Glen Welch on February 15, 2011 at 11:49am
Reading Android Applications for Dummies currently and it is a pretty darn good guide for beginners.  Granted I'm n00b at development.
Comment by Mauricio Tavares on October 27, 2010 at 8:53am
Justin, the Android is not *really* open source. It is close but there is a lot of the OS that is not being published. And its multitasking is, well, interesting.

Still, I too get rather annoyed trying to get objective-C.
Comment by Mauricio Tavares on October 27, 2010 at 8:51am
I have been tossing the idea to have some kind of Android (or just all smartphone/PDAs) group locally, but I have yet to gauge the interest.
Comment by Pedro Ruiz on October 27, 2010 at 2:19am
Justin, I'm teaching myself Android development. Currently working on two sample projects. One is a weather app and the other is a news reader. Yes, there's a bunch of those out there already but they are good starting points for learning the platform, SQLite and XML parsing.
Comment by Justin Griffin on April 2, 2010 at 10:39pm
Just wondering if anyone out there is actively developing on Android? I'm developing applications for it at work (lucky me) for some R&D. I have to say, after tearing my hair out over Objective-C (iPhone), Android is a breath of fresh air.

Java vs Objective-C
Open Source vs Strict Licensing/Barriers to Entry
Multi-tasking vs Single App

What's not to love? Not to mention custom ROMs and "root"-ing your phone for opening native Linux shells.
 

Members (35)

 
 
 

Happy 10th year, JCertif!

Notes

Welcome to Codetown!

Codetown is a social network. It's got blogs, forums, groups, personal pages and more! You might think of Codetown as a funky camper van with lots of compartments for your stuff and a great multimedia system, too! Best of all, Codetown has room for all of your friends.

When you create a profile for yourself you get a personal page automatically. That's where you can be creative and do your own thing. People who want to get to know you will click on your name or picture and…
Continue

Created by Michael Levin Dec 18, 2008 at 6:56pm. Last updated by Michael Levin May 4, 2018.

Looking for Jobs or Staff?

Check out the Codetown Jobs group.

 

Enjoy the site? Support Codetown with your donation.



InfoQ Reading List

Discord Open Sources Osprey Safety Rules Engine Processing 2.3 Million Rules per Second

Discord open-sourced Osprey, a safety rules engine processing 400 million daily actions and 2.3 million rules per second. Osprey uses a polyglot architecture: a Rust coordinator manages traffic, while stateless Python workers execute logic using a Python-based domain-specific language called SML. This design allows trust and safety teams to deploy real-time threat mitigations at high scale.

By Patrick Farry

Presentation: Are We Ready for the Next Cyber Security Crisis Like Log4shell?

Soroosh Khodami discusses why we aren't ready for the next Log4Shell. He shares live demos of dependency confusion and compromised builds, explaining how minor oversights gift hackers total system access. He explains the value of Software Bill of Materials (SBOM), dependency firewalls, and shifting security left to build resilient DevSecOps cultures that protect the modern software supply chain.

By Soroosh Khodami

Article: Optimization in Automated Driving: from Complexity to Real-Time Engineering

In this article, author Avraam Tolmidis discusses technical architecture of autonomous vehicles, with focus on optimization techniques like context-aware sensor fusion and Model Predictive Control (MPC) solvers to help with processing raw sensor data into safe control commands.

By Avraam Tolmidis

Java News Roundup: GraalVM Build Tools, EclipseLink, Spring Milestones, Open Liberty, Quarkus

This week's Java roundup for March 23rd, 2026, features news highlighting: GA releases of GraalVM Native Build Tools 1.0 and EclipseLink 5.0; the March 2026 edition of Open Liberty; fourth milestone releases of Spring Boot, Spring Modulith and Spring AI; a point release of Quarkus; the first development release of Infinispan; and a maintenance release of GlassFish.

By Michael Redlich

FOSDEM 2026: Intro to WebTransport - the Next WebSocket?!

Max Inden recently explored in a talk at FOSDEM 2026 how the upcoming WebTransport protocol and Web API enhance WebSocket capabilities. WebTransport seeks to provide, among other things, lower latency and transparent network switching for key use cases such as high-frequency financial data streaming, cloud gaming, live streaming, and collaborative editing.

By Bruno Couriol

© 2026   Created by Michael Levin.   Powered by

Badges  |  Report an Issue  |  Terms of Service