Something went wrong on our end
-
Peter Joseph De Jonckheere CESM2014 authored
Mid work commit with some sensors possibly implemented and notifications completed. Both are as yet untested.
Peter Joseph De Jonckheere CESM2014 authoredMid work commit with some sensors possibly implemented and notifications completed. Both are as yet untested.
MainActivity.java 456 B
package com.example.pharmacy.frontEnd;
import android.content.Context;
import android.content.Intent;
import android.support.v4.app.NotificationCompat;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
}
}