- Text Content Generator - http://www.lipsum.com
- Favicon Generator - http://tools.dynamicdrive.com/favicon
- Data Generator - https://mockaroo.com/
- Mobile Mockup Generator - https://mockuphone.com
- Logo Generator - https://www.logaster.com
- UUID Generator - https://www.uuidgenerator.net/
- Hash Generator - https://passwordsgenerator.net/sha256-hash-generator/
- Ultimate Code Generator - https://webcode.tools/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React from "react"; | |
import { | |
Text, | |
View, | |
Item, | |
Icon, | |
Input, | |
Button | |
} from 'native-base'; | |
import { KeyboardAvoidingView } from "react-native"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import org.json.JSONArray; | |
import org.json.JSONException; | |
import org.json.JSONObject; | |
import java.util.*; | |
public class JsonHelper { | |
public static Object toJSON(Object object) throws JSONException { | |
if (object instanceof Map) { | |
JSONObject json = new JSONObject(); |
A twitter profile card to embed in websites i guess, is following the idea of my twitter client UI http://codepen.io/marceloag/pen/fDmtq
A Pen by Marcelo Aguila on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a href="#0" class="c-link c-link--facebook c-tooltip" aria-label="Facebook"> | |
<svg class="c-icon"><use xlink:href="#icon--facebook"></use></svg> | |
</a> | |
<a href="#0" class="c-link c-link--twitter c-tooltip" aria-label="Twitter"> | |
<svg class="c-icon"><use xlink:href="#icon--twitter"></use></svg> | |
</a> | |
<a href="#0" class="c-link c-link--google c-tooltip" aria-label="Google+"> | |
<svg class="c-icon"><use xlink:href="#icon--google"></use></svg> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="container"> | |
<div class="button">Share</div> | |
<div class="social twitter"><a href="https://twitter.com/sa_sha26" target="_blank"><i class="fa fa-twitter"></i></a></div> | |
<div class="social facebook"><i class="fa fa-facebook"></i></div> | |
<div class=" social google"><i class="fa fa-google-plus"></i></div> | |
<div class="social youtube"><a href="https://www.youtube.com/channel/UCCATAa8MWoBuH-sR_Jlx29A" target="_blank"><i class="fa fa-youtube"></i></a></div> | |
</div> | |
<svg xmlns="http://www.w3.org/2000/svg" version="1.1"> | |
<defs> |
NewerOlder