Skip to content

Instantly share code, notes, and snippets.

@github-shakti
github-shakti / AndroidManifest.xml
Created May 1, 2014 08:18
Android Splash Screen (Time Based)
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.test"
android:versionCode="1"
android:versionName="1.0">
<uses-sdk android:minSdkVersion="8" />
<application android:icon="@drawable/icon" android:label="@string/app_name">
<activity android:name=".activity01"
@github-shakti
github-shakti / indiatimes link scrpaer.py
Last active September 10, 2017 22:17
Times Of India WebScrapping