Skip to content

Instantly share code, notes, and snippets.

View long-nguyen's full-sized avatar
💭
Happy to be an engineer!

NGUYEN TIEN LONG long-nguyen

💭
Happy to be an engineer!
  • Rakuten (株式会社楽天)
  • Tokyo
View GitHub Profile
{
"errorMsg": null,
"statusCode": 0,
"data": [
{
"id":1,
"user": {
"name":"Nguyễn Hoài Ân",
"userProfileImage":"",
"age": 12,
{
"gradient": [
{
"title": "Roller Rink",
"colors": [
"26284B#26284B",
"00545B#26284B",
"26284B#26284B",
"00545B#26284B",
"26284B#26284B",
<!-- Profile career page -->
<string-array name="career_list_val">
<item>Soldier</item>
<item>Student</item>
<item>Teacher</item>
<item>Office staff</item>
<item>Doctor</item>
<item>Worker</item>
<item>Pupil</item>
<item>Farmer</item>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>SalesForceSample</groupId>
<artifactId>WSC-Enterprise</artifactId>
<version>0.0.1-SNAPSHOT</version>
<build>
<sourceDirectory>src</sourceDirectory>
<div class="col-xs-12 ">
<!--Reading content-->
<h3>Reading content</h3>
<textarea class="form-control" rows="3"></textarea>
<!--Question content-->
<h3 class="text-left">
Question content
</h3>
@SuppressLint("InlinedApi")
public static void launchApp(final String packageName,final String activityName,final String key,final String value){
if(packageName==null||activityName==null) return ;
UnityPlayer.currentActivity.runOnUiThread(new Runnable() {
@Override
public void run() {
try{
final PackageManager pm = UnityPlayer.currentActivity.getPackageManager();
Intent launchIntent = pm.getLaunchIntentForPackage(packageName);
<!DOCTYPE html>
<html>
<body>
<?php
/**
* The following function will send a GCM notification using curl.