Skip to content

Instantly share code, notes, and snippets.

View msomu's full-sized avatar
🏠
Working from home

Somasundaram M msomu

🏠
Working from home
View GitHub Profile
@lopspower
lopspower / README.md
Last active December 19, 2019 13:10
Testing activity in Android Studio

Testing activity in Android Studio

How we build the app

Before we start writing our first UI test I want to describe our development process.

  1. First, we write a test for a UI or logic that does not yet exist.
  2. We expect to see build errors or failed tests.
  3. Then we create a UI element or write program logic.
  4. Finally, we run the test and make sure it passes.
@SanthoshVijayabaskar
SanthoshVijayabaskar / 01_ReactJS.md
Last active December 14, 2015 12:55
Understanding ReactJS

Introduction to ReactJS

Javascript library for developing user interfaces.

Read more on React @ http://facebook.github.io/react

Why React?

1. Fast
2. Reusable and Composable components
3. Pluggable