Tag: mobile development

  • Tutorial – How To Create Swipe Views With Tabs In Android

    Hello Readers I have been making progress on my summarizer app lately. During these past couple of days I implemented a feature which lets the user swipe views as an alternative to having to tap on the tabs. This makes it more easy to swap between tabs. Here’s How You Can Do It Too If…

  • Day 3 – Learning Android Development

    It seems the next chapters in developer.android don’t really hold you by the hand as the first one where they guide you through building your first app. Instead they introduce you to the basics like managing activity lifecycles, supporting different devices, supporting different platform versions, building dynamic UIs, etc, but they only show you how to implement…