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

Logz.io and Dynatrace Innovations Shift Observability Into the AI Age

Major observability platform providers are integrating artificial intelligence into their monitoring systems, as enterprises look to their suppliers to reduce the manual work involved in keeping an eye on digital infrastructure. Companies have implemented AI-driven features designed to automate routine operational tasks and accelerate incident resolution processes.

By Matt Saunders

Report Shows OpenTelemetry’s Impact on Go Performance

A new benchmark study from observability platform Coroot has shed light on the performance costs of implementing OpenTelemetry in high-throughput Go applications. The findings show that while OpenTelemetry delivers valuable trace-level insights, it introduces notable overhead, increasing CPU usage by approximately 35% and increasing network traffic and latency under load.

By Craig Risi

Anthropic Upgrades App-Building Capabilities to Claude Artifacts

Anthropic has upgraded Claude with new app-building capabilities, allowing users to create, host, and share AI applications directly from text prompts. This functionality, known as Artifacts, enables users to build functional tools like data analyzers, flashcard generators, or study aids by simply describing their ideas.

By Daniel Dominguez

Podcast: Achieving Seamless Integration Through User Co-Design

Savannah Kunovsky and Jenna Fizel, co-managing directors of IDEO’s Emerging Technology division, talk about the future of technology in general and how we can work with our users to build the most impactful product. They explore prototyping and co-design techniques, as well as how generative AI can help with rapid prototyping.

By Savannah Kunovsky, Jenna Fizel

Article: Why Is My Docker Image So Big? A Deep Dive with ‘dive’ to Find the Bloat

AI images typically bloat from massive library installations and base OS components, with large Docker images slowing AI development and increasing costs. Chirag Agrawal demonstrates how to diagnose bloat using Docker's history and the interactive 'dive' tool to examine each layer in detail. The article shows how effective diagnosis leads to targeted optimizations.

By Chirag Agrawal