Hi Ali,
> I think it worth correcting at this stage, but you have used "sing" > instead of "sign" as in "sign up", "sign in" throughout the codebase. > :) > Ok I will correct it. > > Could you provide a few instructions on how to build/run in the > emulator this codebase for those not familiar to Android development > on this list? > You can open it using Android Studio [1]. Go to File -> Open -> project location Then you need to create an Emulator to run the project [2]. Go to Tools -> Android -> AVD Manager -> Create Virtual Device Or you can simply use remote debugging [3]. > > What is the next step? Performing login against a Wave server by > sending the relevant HTTP request? > Yes, next step is connecting app with Wave serve. So I start with registration then login, updating avatar, create wave .... etc. Regards, Roshan [1] - http://developer.android.com/tools/studio/index.html [2] - https://developer.android.com/tools/devices/index.html [3] - https://developer.android.com/tools/debugging/debugging-studio.html > Thanks, > Ali > > On 25 June 2015 at 18:59, Roshan Lakmal <roshan.2013...@iit.ac.lk> wrote: > > Hi All > > I have made the loading, sing in, register interfaces in the android wave > > app. > > Can you all please look into these interfaces and give me your feedback. > > > > [1] https://github.com/TinTin911/android-wave.git > > Regards > > Roshan >