Project Time Tracker

Our new app: Project Time Tracker for Android. Yet another time tracking app, you might ask? Read on what makes Project Time Tracker’s approach different.

There are loads of different time tracking apps available on Google Play, but, from our point of view, they share some problems.

Continue reading

Tutorial – greenDAO from Scratch-Part 2

In part 1 we were dealing with DaoGenerator, only, and did not do anything that was really related to Android itself – no Activities or Fragments are there yet. This time it is different: we are going to implement our apps main RecyclerView (with all classes needed to make it work) and load our list of leases. For the impatient: we are adding a method to mock some data in the end, so we can see, if everything works as expected.

Continue reading