After quite a long pause, I’m getting back with a new series of posts. And we’ll start with Android EditText form validations. At first let’s define that Android form - it is a set of EditText’s whose data should be processed. There are two main steps to make processing successful: data input and data validation. Chuck Noris is always valid ...
#android, #best practicesHello, today I’d like to describe a process of integration commonly used library for emulation action bar in old Android versions - ActionBarSherlock into maven - Eclipse project. In a result we’ll get a project with: support of Action Bar Sherlock support of integration tests as a separate project configured Maven build and release ta...
#android, #maven, #eclipse