Skip to content

Instantly share code, notes, and snippets.

View rajumark's full-sized avatar
💬
Writing program that write programs.(KSP)

Raju Shingadiya rajumark

💬
Writing program that write programs.(KSP)
View GitHub Profile
@rajumark
rajumark / SightFragment.java
Created November 5, 2019 06:12 — forked from joinAero/SightFragment.java
Android - Fragment for handling view after it has been created and visible to user for the first time.
package cc.cubone.turbo.core.app;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.View;
/**
* Fragment for handling view after it has been created and visible to user for the first time.
*
* <p>Specially in {@link android.support.v4.view.ViewPager}, the page will be created beforehand