Chapter 8

Putting It All Together

So far in the book, we have looked at the various individual aspects that make up the bulk of any Java ME application. Now it’s time to see how all of them come together to form a complete application.

Throughout this chapter, we’ll create the basis of a fully functional Java ME Twitter client, with most of the important features implemented and the rest fairly easy to implement. As we go over the code, you will notice that the main application code base is quite small. The main reasons for this are having a good, flexible architecture and being able to depend heavily on the functionality provided by the application modules we have written so far. In fact, there is very little logic that is actually part of ...

Get Pro Java ME Apps now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.