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
<?xml version="1.0" encoding="utf-8"?> | |
<LinearLayout | |
xmlns:android="http://schemas.android.com/apk/res/android" | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:orientation="vertical"> | |
<RelativeLayout | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content"> | |
<LinearLayout |
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
/* | |
For step-by-step instructions on connecting your Android application to this backend module, | |
see "App Engine Backend with Google Cloud Messaging" template documentation at | |
https://github.com/GoogleCloudPlatform/gradle-appengine-templates/tree/master/GcmEndpoints | |
*/ | |
package com.dotdex.squattn; | |
import com.dotdex.squattn.models.RegistrationRecord; | |
import com.dotdex.squattn.util.Utility; |
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
package com.dipoletech.unnmobile; | |
import android.app.Activity; | |
import android.content.ComponentName; | |
import android.content.Context; | |
import android.content.DialogInterface; | |
import android.content.Intent; | |
import android.content.pm.ResolveInfo; | |
import android.database.Cursor; | |
import android.graphics.Color; |
NewerOlder