Skip to content

Instantly share code, notes, and snippets.

View ranamahmud's full-sized avatar
🎯
Focusing

Md Rana Mahmud ranamahmud

🎯
Focusing
View GitHub Profile

Login Screen

  • login api (that should return token if succeed)

Sign Up

  • create user (also returns token)

Home screen

  • get all bootcamps (return bootcamps if the user has not made any choice on them)

Details Screen

@ranamahmud
ranamahmud / gist:bf89405deb5cfe266446b1df72a04583
Created December 5, 2018 05:52 — forked from richfitz/gist:5297666
Multi panel figure with inset plots in base graphics
## OK, this turned out to be more complicated than I would have
## thought. I feel that this approach *should* work, but it confuses
## R's multi-panel plots:
## Smaller margins, plus a top margin
par(mar=c(3.1, 3.1, .5, .5), oma=c(0, 0, 1.5, 0), mfrow=c(2, 2))
## Plot dummy data
plot(1:10)
<LinearLayout
android:orientation="vertical"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<TextView
android:text="Guest List"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
@ranamahmud
ranamahmud / sample
Created February 5, 2016 12:34 — forked from anonymous/sample
<Text View
android:text="Hapy Birthday"
android:layout_width="150dp"
android:layout_height="150"
android:background="@android:color/darker_groy"
>