feat: first commit

main
daffainfo 2022-12-17 16:31:40 +07:00
commit c283684166
77 changed files with 2754 additions and 0 deletions

15
.gitignore vendored Normal file
View File

@ -0,0 +1,15 @@
*.iml
.gradle
/local.properties
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
.DS_Store
/build
/captures
.externalNativeBuild
.cxx
local.properties

3
.idea/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
# Default ignored files
/shelf/
/workspace.xml

6
.idea/compiler.xml Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<bytecodeTargetLevel target="11" />
</component>
</project>

19
.idea/gradle.xml Normal file
View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="GradleMigrationSettings" migrationVersion="1" />
<component name="GradleSettings">
<option name="linkedExternalProjectsSettings">
<GradleProjectSettings>
<option name="testRunner" value="GRADLE" />
<option name="distributionType" value="DEFAULT_WRAPPED" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="modules">
<set>
<option value="$PROJECT_DIR$" />
<option value="$PROJECT_DIR$/app" />
</set>
</option>
</GradleProjectSettings>
</option>
</component>
</project>

45
.idea/misc.xml Normal file
View File

@ -0,0 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DesignSurface">
<option name="filePathToZoomLevelMap">
<map>
<entry key="..\:/Users/asus/AndroidStudioProjects/Budgetku/app/src/main/res/drawable/border.xml" value="0.2265" />
<entry key="..\:/Users/asus/AndroidStudioProjects/Budgetku/app/src/main/res/drawable/border_ui.xml" value="0.147" />
<entry key="..\:/Users/asus/AndroidStudioProjects/Budgetku/app/src/main/res/drawable/bottom_drawer.xml" value="0.1185" />
<entry key="..\:/Users/asus/AndroidStudioProjects/Budgetku/app/src/main/res/drawable/child_selector.xml" value="0.127" />
<entry key="..\:/Users/asus/AndroidStudioProjects/Budgetku/app/src/main/res/drawable/fab_shadow.xml" value="0.2265" />
<entry key="..\:/Users/asus/AndroidStudioProjects/Budgetku/app/src/main/res/drawable/ic_baseline_arrow_drop_down_24.xml" value="0.1185" />
<entry key="..\:/Users/asus/AndroidStudioProjects/Budgetku/app/src/main/res/drawable/ic_baseline_more_vert_24.xml" value="0.1" />
<entry key="..\:/Users/asus/AndroidStudioProjects/Budgetku/app/src/main/res/drawable/listview_back.xml" value="0.1185" />
<entry key="..\:/Users/asus/AndroidStudioProjects/Budgetku/app/src/main/res/layout/activity_about.xml" value="0.11510416666666666" />
<entry key="..\:/Users/asus/AndroidStudioProjects/Budgetku/app/src/main/res/layout/activity_detail.xml" value="0.11614583333333334" />
<entry key="..\:/Users/asus/AndroidStudioProjects/Budgetku/app/src/main/res/layout/activity_detail_history.xml" value="0.264" />
<entry key="..\:/Users/asus/AndroidStudioProjects/Budgetku/app/src/main/res/layout/activity_history.xml" value="0.264" />
<entry key="..\:/Users/asus/AndroidStudioProjects/Budgetku/app/src/main/res/layout/activity_home.xml" value="0.12613981762917933" />
<entry key="..\:/Users/asus/AndroidStudioProjects/Budgetku/app/src/main/res/layout/activity_main.xml" value="0.264" />
<entry key="..\:/Users/asus/AndroidStudioProjects/Budgetku/app/src/main/res/layout/activity_splash.xml" value="0.12613981762917933" />
<entry key="..\:/Users/asus/AndroidStudioProjects/Budgetku/app/src/main/res/layout/calendar_res_layout.xml" value="0.11510416666666666" />
<entry key="..\:/Users/asus/AndroidStudioProjects/Budgetku/app/src/main/res/layout/expenses_form.xml" value="0.259375" />
<entry key="..\:/Users/asus/AndroidStudioProjects/Budgetku/app/src/main/res/layout/form_expense.xml" value="0.1" />
<entry key="..\:/Users/asus/AndroidStudioProjects/Budgetku/app/src/main/res/layout/form_fab.xml" value="0.259375" />
<entry key="..\:/Users/asus/AndroidStudioProjects/Budgetku/app/src/main/res/layout/form_income.xml" value="0.1" />
<entry key="..\:/Users/asus/AndroidStudioProjects/Budgetku/app/src/main/res/layout/fragment_add.xml" value="0.2" />
<entry key="..\:/Users/asus/AndroidStudioProjects/Budgetku/app/src/main/res/layout/fragment_calendar.xml" value="0.264" />
<entry key="..\:/Users/asus/AndroidStudioProjects/Budgetku/app/src/main/res/layout/fragment_faq.xml" value="0.264" />
<entry key="..\:/Users/asus/AndroidStudioProjects/Budgetku/app/src/main/res/layout/fragment_history.xml" value="0.259375" />
<entry key="..\:/Users/asus/AndroidStudioProjects/Budgetku/app/src/main/res/layout/fragment_summary.xml" value="0.264" />
<entry key="..\:/Users/asus/AndroidStudioProjects/Budgetku/app/src/main/res/layout/history_listview.xml" value="0.4" />
<entry key="..\:/Users/asus/AndroidStudioProjects/Budgetku/app/src/main/res/layout/search_fab.xml" value="0.17617753623188406" />
<entry key="..\:/Users/asus/AndroidStudioProjects/Budgetku/app/src/main/res/layout/summary_item.xml" value="0.1" />
<entry key="..\:/Users/asus/AndroidStudioProjects/Budgetku/app/src/main/res/layout/summary_listview.xml" value="0.2" />
<entry key="..\:/Users/asus/AndroidStudioProjects/Budgetku/app/src/main/res/menu/menu_main.xml" value="0.2" />
</map>
</option>
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_11" default="true" project-jdk-name="Android Studio default JDK" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" />
</component>
<component name="ProjectType">
<option name="id" value="Android" />
</component>
</project>

1
app/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/build

43
app/build.gradle Normal file
View File

@ -0,0 +1,43 @@
plugins {
id 'com.android.application'
}
android {
compileSdk 32
defaultConfig {
applicationId "com.daffainfo.budgetku"
minSdk 21
targetSdk 32
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
buildFeatures {
viewBinding true
}
}
dependencies {
implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'com.google.android.material:material:1.7.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.navigation:navigation-fragment:2.5.3'
implementation 'androidx.navigation:navigation-ui:2.5.3'
implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.4'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0'
}

21
app/proguard-rules.pro vendored Normal file
View File

@ -0,0 +1,21 @@
# Add project specific ProGuard rules here.
# You can control the set of applied configuration files using the
# proguardFiles setting in build.gradle.
#
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html
# If your project uses WebView with JS, uncomment the following
# and specify the fully qualified class name to the JavaScript interface
# class:
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}
# Uncomment this to preserve the line number information for
# debugging stack traces.
#-keepattributes SourceFile,LineNumberTable
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile

View File

@ -0,0 +1,26 @@
package com.daffainfo.budgetku;
import android.content.Context;
import androidx.test.platform.app.InstrumentationRegistry;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an Android device.
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
@RunWith(AndroidJUnit4.class)
public class ExampleInstrumentedTest {
@Test
public void useAppContext() {
// Context of the app under test.
Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
assertEquals("com.daffainfo.budgetku", appContext.getPackageName());
}
}

View File

@ -0,0 +1,33 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.daffainfo.budgetku">
<application
android:allowBackup="true"
android:dataExtractionRules="@xml/data_extraction_rules"
android:fullBackupContent="@xml/backup_rules"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.Budgetku.NoActionBar"
tools:targetApi="31">
<activity
android:name=".MainActivity"
android:exported="false"
android:theme="@style/Theme.Budgetku.NoActionBar" />
<activity
android:name=".SplashActivity"
android:exported="true"
android:theme="@style/Theme.Budgetku.NoActionBar">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity android:name=".DetailActivity" />
</application>
</manifest>

View File

@ -0,0 +1,79 @@
package com.daffainfo.budgetku;
import android.graphics.Color;
import android.os.Bundle;
import android.view.View;
import android.widget.ImageButton;
import android.widget.LinearLayout;
import android.widget.TextView;
import androidx.appcompat.app.AppCompatActivity;
import androidx.cardview.widget.CardView;
import androidx.transition.AutoTransition;
import androidx.transition.TransitionManager;
import com.daffainfo.budgetku.model.Budget;
import com.daffainfo.budgetku.repository.BudgetRepository;
import java.util.StringTokenizer;
public class DetailActivity extends AppCompatActivity {
private BudgetRepository budgetRepository;
private LinearLayout hiddenView;
private CardView cardView;
@Override
protected void onCreate(Bundle savedInstanceState) {
int id = getIntent().getIntExtra("id", 0);
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_detail);
TextView title = findViewById(R.id.title);
TextView txt_nama = findViewById(R.id.txt_nama);
TextView txt_categories = findViewById(R.id.txt_categories);
TextView txt_money = findViewById(R.id.txt_money);
TextView txt_date = findViewById(R.id.txt_date);
TextView txt_time = findViewById(R.id.txt_time);
TextView txt_description = findViewById(R.id.txt_description);
cardView = findViewById(R.id.cardview);
ImageButton arrow = findViewById(R.id.arrow);
hiddenView = findViewById(R.id.hiddenview);
budgetRepository = BudgetRepository.getInstance(this.getApplicationContext());
Budget budget = budgetRepository.get(id);
StringTokenizer tk = new StringTokenizer(budget.getDatetime());
if (budget.getType().equals("Income")) {
title.setText("Pemasukan");
title.setTextColor(Color.GREEN);
} else {
title.setText("Pengeluaran");
title.setTextColor(Color.RED);
}
txt_nama.setText(budget.getName());
txt_categories.setText(budget.getCategories());
txt_money.setText("Rp " + budget.getMoney());
txt_description.setText(budget.getDescription());
txt_date.setText(tk.nextToken()); // yyyy-mm-dd
txt_time.setText(tk.nextToken()); // hh:mm:ss
hiddenView.setVisibility(View.GONE);
arrow.setOnClickListener(view -> {
if (hiddenView.getVisibility() == View.VISIBLE) {
TransitionManager.beginDelayedTransition(cardView, new AutoTransition());
hiddenView.setVisibility(View.GONE);
} else {
TransitionManager.beginDelayedTransition(cardView, new AutoTransition());
hiddenView.setVisibility(View.VISIBLE);
}
});
}
}

View File

@ -0,0 +1,60 @@
package com.daffainfo.budgetku;
import android.os.Bundle;
import android.util.Log;
import android.view.MenuItem;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import com.daffainfo.budgetku.fragment.AddFragment;
import com.daffainfo.budgetku.fragment.CalendarFragment;
import com.daffainfo.budgetku.fragment.FaqFragment;
import com.daffainfo.budgetku.fragment.HistoryFragment;
import com.daffainfo.budgetku.fragment.SummaryFragment;
import com.google.android.material.bottomnavigation.BottomNavigationView;
import com.google.android.material.navigation.NavigationBarView;
public class MainActivity extends AppCompatActivity {
SummaryFragment summaryFragment = new SummaryFragment();
HistoryFragment historyFragment = new HistoryFragment();
AddFragment addFragment = new AddFragment();
CalendarFragment calendarFragment = new CalendarFragment();
FaqFragment faqFragment = new FaqFragment();
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
BottomNavigationView bottomNavigationView = findViewById(R.id.bottom_navigation);
getSupportFragmentManager().beginTransaction().replace(R.id.container,summaryFragment).commit();
bottomNavigationView.setOnItemSelectedListener(new NavigationBarView.OnItemSelectedListener() {
@Override
public boolean onNavigationItemSelected(@NonNull MenuItem item) {
switch (item.getItemId()) {
case R.id.action_summary:
getSupportFragmentManager().beginTransaction().replace(R.id.container,summaryFragment).commit();
return true;
case R.id.action_history:
getSupportFragmentManager().beginTransaction().replace(R.id.container,historyFragment).commit();
return true;
case R.id.action_add:
getSupportFragmentManager().beginTransaction().replace(R.id.container,addFragment).commit();
return true;
case R.id.action_calendar:
getSupportFragmentManager().beginTransaction().replace(R.id.container,calendarFragment).commit();
return true;
case R.id.action_faq:
getSupportFragmentManager().beginTransaction().replace(R.id.container,faqFragment).commit();
return true;
}
return false;
}
});
}
}

View File

@ -0,0 +1,26 @@
package com.daffainfo.budgetku;
import android.content.Intent;
import android.os.Handler;
import android.os.Bundle;
import androidx.appcompat.app.AppCompatActivity;
public class SplashActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_splash);
new Handler().postDelayed(new Runnable() {
@Override
public void run() {
Intent intent = new Intent(SplashActivity.this, MainActivity.class);
startActivity(intent);
finish();
}
}, 2000);
}
}

View File

@ -0,0 +1,71 @@
package com.daffainfo.budgetku.adapter;
import com.daffainfo.budgetku.DetailActivity;
import com.daffainfo.budgetku.fragment.HistoryFragment;
import com.daffainfo.budgetku.model.Budget;
import com.daffainfo.budgetku.R;
import android.content.Context;
import android.content.Intent;
import android.graphics.Color;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.LinearLayout;
import android.widget.TextView;
import java.util.ArrayList;
import java.util.List;
public class HistoryAdapter extends ArrayAdapter<Budget> {
public static class ViewHolder {
private TextView txt_nama, txt_categories, txt_nominal;
private LinearLayout linear_layout;
}
public HistoryAdapter(Context context, int resource, List<Budget> objects) {
super(context, resource, objects);
}
@Override
public View getView(int position, View convertView, ViewGroup parent) {
Budget budget = getItem(position);
ViewHolder viewHolder;
if (convertView == null) {
viewHolder = new ViewHolder();
convertView = LayoutInflater.from(getContext()).inflate(R.layout.history_listview, parent, false);
convertView.setTag(viewHolder);
} else {
viewHolder = (ViewHolder) convertView.getTag();
}
viewHolder.txt_nama = convertView.findViewById(R.id.txt_nama);
viewHolder.txt_categories = convertView.findViewById(R.id.txt_categories);
viewHolder.txt_nominal = convertView.findViewById(R.id.txt_nominal);
viewHolder.linear_layout = convertView.findViewById(R.id.history_listview);
viewHolder.txt_nama.setText(budget.getName());
viewHolder.txt_categories.setText(budget.getCategories());
viewHolder.txt_nominal.setText("Rp " + budget.getMoney());
Log.d("cekType", budget.getType());
if (budget.getType().equals("Income")) {
viewHolder.txt_nominal.setTextColor(Color.GREEN);
} else {
viewHolder.txt_nominal.setTextColor(Color.RED);
}
viewHolder.linear_layout.setOnClickListener(
view -> {
Intent intent = new Intent(getContext(), DetailActivity.class);
intent.putExtra("id", budget.getId());
getContext().startActivity(intent);
}
);
return convertView;
}
}

View File

@ -0,0 +1,52 @@
package com.daffainfo.budgetku.adapter;
import android.content.Context;
import android.content.Intent;
import android.graphics.Color;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.LinearLayout;
import android.widget.TextView;
import com.daffainfo.budgetku.DetailActivity;
import com.daffainfo.budgetku.R;
import com.daffainfo.budgetku.model.Budget;
import java.util.List;
public class SummaryAdapter extends ArrayAdapter<Budget> {
public static class ViewHolder {
private TextView txt_categories, txt_nominal;
private LinearLayout linear_layout;
}
public SummaryAdapter(Context context, int resource, List<Budget> objects) {
super(context, resource, objects);
}
@Override
public View getView(int position, View convertView, ViewGroup parent) {
Budget budget = getItem(position);
ViewHolder viewHolder;
if (convertView == null) {
viewHolder = new ViewHolder();
convertView = LayoutInflater.from(getContext()).inflate(R.layout.summary_listview, parent, false);
convertView.setTag(viewHolder);
} else {
viewHolder = (ViewHolder) convertView.getTag();
}
viewHolder.txt_categories = convertView.findViewById(R.id.txt_categories);
viewHolder.txt_nominal = convertView.findViewById(R.id.txt_nominal);
viewHolder.linear_layout = convertView.findViewById(R.id.history_listview);
viewHolder.txt_categories.setText(budget.getCategories());
viewHolder.txt_nominal.setText("Rp " + budget.getMoney());
return convertView;
}
}

View File

@ -0,0 +1,93 @@
package com.daffainfo.budgetku.fragment;
import android.os.Bundle;
import androidx.fragment.app.Fragment;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import android.widget.AutoCompleteTextView;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Spinner;
import android.widget.Toast;
import com.daffainfo.budgetku.R;
import com.daffainfo.budgetku.model.Budget;
import com.daffainfo.budgetku.repository.BudgetRepository;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class AddFragment extends Fragment implements AdapterView.OnItemSelectedListener {
private BudgetRepository budgetRepository;
private void saveIncome(String name, String categories, String money, String description, String type, String datetime) {
budgetRepository.create(Budget.create(name, categories, money, description, type, datetime));
}
@Override
public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
budgetRepository = BudgetRepository.getInstance(this.getContext());
View view = inflater.inflate(R.layout.fragment_add, container, false);
AutoCompleteTextView autoCompleteTextView = view.findViewById(R.id.spinner);
EditText edit_nama = view.findViewById(R.id.edit_nama);
EditText edit_kategori = view.findViewById(R.id.edit_kategori);
EditText edit_nominal = view.findViewById(R.id.edit_nominal);
EditText edit_desc = view.findViewById(R.id.edit_deskripsi);
Button button = view.findViewById(R.id.buttonSubmit);
String currentDateandTime = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(new Date());
autoCompleteTextView.setOnItemSelectedListener(this);
List<String> categories = new ArrayList<String>();
categories.add("Income");
categories.add("Expenses");
ArrayAdapter<String> dataAdapter = new ArrayAdapter<String>(this.getContext(), android.R.layout.simple_spinner_item, categories);
// Drop down layout style - list view with radio button
dataAdapter.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item);
// attaching data adapter to spinner
autoCompleteTextView.setAdapter(dataAdapter);
button.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
Log.d("type", autoCompleteTextView.getText().toString());
if (edit_nama.getText().length() == 0 || edit_kategori.getText().length() == 0|| edit_nominal.getText().length() == 0|| edit_desc.getText().length() == 0 || autoCompleteTextView.getText().length() == 0) {
Toast.makeText(view.getContext(),"Fill all the blank",Toast.LENGTH_SHORT).show();
} else if (autoCompleteTextView.getText().equals("Income") || autoCompleteTextView.getText().equals("Expenses")) {
Toast.makeText(view.getContext(),"Choose between income or expense",Toast.LENGTH_SHORT).show();
} else {
saveIncome(edit_nama.getText().toString(), edit_kategori.getText().toString(), edit_nominal.getText().toString(), edit_desc.getText().toString(), autoCompleteTextView.getText().toString(), currentDateandTime);
}
}
});
return view;
}
@Override
public void onItemSelected(AdapterView<?> adapterView, View view, int i, long l) {
// On selecting a spinner item
String item = adapterView.getItemAtPosition(i).toString();
// Showing selected spinner item
// Toast.makeText(adapterView.getContext(), "Selected: " + item, Toast.LENGTH_LONG).show();
}
@Override
public void onNothingSelected(AdapterView<?> adapterView) {
}
}

View File

@ -0,0 +1,69 @@
package com.daffainfo.budgetku.fragment;
import android.graphics.Color;
import android.media.metrics.Event;
import android.os.Build;
import android.os.Bundle;
import androidx.annotation.RequiresApi;
import androidx.fragment.app.Fragment;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.CalendarView;
import android.widget.TextView;
import android.widget.Toast;
import com.daffainfo.budgetku.R;
import com.daffainfo.budgetku.repository.BudgetRepository;
import java.text.SimpleDateFormat;
import java.util.Date;
public class CalendarFragment extends Fragment {
private BudgetRepository budgetRepository;
// private double budgetDate(String type, String datetime) { return budgetRepository.budgetDate(datetime, type); }
@Override
public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
budgetRepository = BudgetRepository.getInstance(this.getContext());
View view = inflater.inflate(R.layout.fragment_calendar, container, false);
CalendarView calendarView = view.findViewById(R.id.calendarView);
TextView textIncome = view.findViewById(R.id.txt_income);
TextView textExpenses = view.findViewById(R.id.txt_expense);
// Set an OnDateChangeListener to handle date changes
calendarView.setOnDateChangeListener(new CalendarView.OnDateChangeListener() {
@Override
public void onSelectedDayChange(CalendarView view, int year, int month, int dayOfMonth) {
String date = year + "-" + (month + 1) + "-" + String.format("%02d", dayOfMonth);
Toast.makeText(getContext(), "Selected date: " + date, Toast.LENGTH_SHORT).show();
// Log.d("testBudget", String.valueOf(budgetRepository.budgetDate("Income", date)));
// Log.d("testBudget", String.valueOf(budgetRepository.budgetDate("Expenses", date)));
int income = (int) budgetRepository.budgetDate("Income", date);
int expenses = (int) budgetRepository.budgetDate("Expenses", date);;
if (income == 0) {
textIncome.setTextColor(Color.GRAY);
textIncome.setText("Rp 0");
} else {
textIncome.setTextColor(Color.GREEN);
textIncome.setText("Rp " + String.valueOf((int) budgetRepository.budgetDate("Income", date)));
}
//
if (expenses == 0) {
textExpenses.setTextColor(Color.GRAY);
textExpenses.setText("Rp 0");
} else {
textExpenses.setTextColor(Color.RED);
textExpenses.setText("Rp " + String.valueOf((int) budgetRepository.budgetDate("Expenses", date)));
}
}
});
return view;
}
}

View File

@ -0,0 +1,24 @@
package com.daffainfo.budgetku.fragment;
import android.os.Bundle;
import androidx.fragment.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.LinearLayout;
import com.daffainfo.budgetku.R;
public class FaqFragment extends Fragment {
@Override
public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
View view = inflater.inflate(R.layout.fragment_faq, container, false);
LinearLayout linearLayout = view.findViewById(R.id.faq);
return view;
}
}

View File

@ -0,0 +1,81 @@
package com.daffainfo.budgetku.fragment;
import android.content.DialogInterface;
import android.os.Bundle;
import androidx.appcompat.app.AlertDialog;
import androidx.fragment.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.EditText;
import android.widget.ListView;
import android.widget.Toast;
import com.daffainfo.budgetku.R;
import com.daffainfo.budgetku.adapter.HistoryAdapter;
import com.daffainfo.budgetku.model.Budget;
import com.daffainfo.budgetku.repository.BudgetRepository;
import com.google.android.material.floatingactionbutton.FloatingActionButton;
import java.util.ArrayList;
public class HistoryFragment extends Fragment implements View.OnClickListener {
private BudgetRepository budgetRepository;
private HistoryAdapter historyAdapter;
private FloatingActionButton floatingActionButton;
private ListView listView;
@Override
public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
budgetRepository = BudgetRepository.getInstance(this.getContext());
View view = inflater.inflate(R.layout.fragment_history, container, false);
listView = view.findViewById(R.id.listview_history);
floatingActionButton = view.findViewById(R.id.fab);
ArrayList<Budget> budgets = budgetRepository.read();
historyAdapter = new HistoryAdapter(getActivity(), R.id.history_listview, budgets);
listView.setAdapter(historyAdapter);
floatingActionButton.setOnClickListener(this);
return view;
}
private View.OnClickListener showSearch() {
LayoutInflater inflater = LayoutInflater.from(this.getActivity());
View view = inflater.inflate(R.layout.search_fab, null);
AlertDialog.Builder add_contact_dialog = new AlertDialog.Builder(this.getActivity());
add_contact_dialog.setView(view);
EditText editText = view.findViewById(R.id.search_input);
add_contact_dialog.setPositiveButton("Search", new DialogInterface.OnClickListener() {
@Override
public void onClick(DialogInterface dialogInterface, int i) {
if (editText.getText().length() == 0) {
ArrayList<Budget> budgets = budgetRepository.read();
historyAdapter = new HistoryAdapter(getActivity(), R.id.history_listview, budgets);
listView.setAdapter(historyAdapter);
} else {
ArrayList<Budget> budgets = budgetRepository.search(editText.getText().toString());
historyAdapter = new HistoryAdapter(getActivity(), R.id.history_listview, budgets);
listView.setAdapter(historyAdapter);
Toast.makeText(getContext(),"Search complete", Toast.LENGTH_LONG).show();
}
}
});
add_contact_dialog.setNegativeButton("Batal", null);
add_contact_dialog.show();
return null;
}
@Override
public void onClick(View view) {
showSearch();
}
}

View File

@ -0,0 +1,96 @@
package com.daffainfo.budgetku.fragment;
import android.graphics.Color;
import android.os.Bundle;
import androidx.fragment.app.Fragment;
import androidx.viewpager.widget.ViewPager;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ListView;
import com.daffainfo.budgetku.R;
import com.daffainfo.budgetku.adapter.SummaryAdapter;
import com.daffainfo.budgetku.model.Budget;
import com.daffainfo.budgetku.repository.BudgetRepository;
import com.github.mikephil.charting.animation.Easing;
import com.github.mikephil.charting.charts.PieChart;
import com.github.mikephil.charting.components.Legend;
import com.github.mikephil.charting.data.PieData;
import com.github.mikephil.charting.data.PieDataSet;
import com.github.mikephil.charting.data.PieEntry;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
public class SummaryFragment extends Fragment {
private BudgetRepository budgetRepository;
private SummaryAdapter summaryAdapter, summaryAdapter2;
private ListView listView, listView2;
private PieChart pieChart;
private double count(String type) { return budgetRepository.count(type); }
@Override
public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
budgetRepository = BudgetRepository.getInstance(this.getContext());
View view = inflater.inflate(R.layout.fragment_summary, container, false);
listView = view.findViewById(R.id.listview_summary1);
listView2 = view.findViewById(R.id.listview_summary2);
pieChart = view.findViewById(R.id.chart);
ArrayList<Budget> budget = budgetRepository.topCategories("Income");
summaryAdapter = new SummaryAdapter(getActivity(), R.id.summary_listview, budget);
listView.setAdapter(summaryAdapter);
ArrayList<Budget> budget2 = budgetRepository.topCategories("Expenses");
summaryAdapter2 = new SummaryAdapter(getActivity(), R.id.summary_listview, budget2);
listView2.setAdapter(summaryAdapter2);
initPieChart();
return view;
}
private void initPieChart(){
ArrayList<PieEntry> pieEntries = new ArrayList<>();
String label = "type";
pieChart.setUsePercentValues(true);
pieChart.getDescription().setEnabled(false);
pieChart.setRotationEnabled(true);
pieChart.setDragDecelerationFrictionCoef(0.9f);
pieChart.setRotationAngle(0);
pieChart.setHighlightPerTapEnabled(true);
pieChart.animateY(1400, Easing.EaseInOutQuad);
Legend l = pieChart.getLegend();
l.setEnabled(false);
Map<String, Integer> typeAmountMap = new HashMap<>();
typeAmountMap.put("Pemasukan", (int) count("Income"));
typeAmountMap.put("Pengeluaran",(int) count("Expenses"));
ArrayList<Integer> colors = new ArrayList<>();
colors.add(Color.parseColor("#02cc6c"));
colors.add(Color.parseColor("#ad1c1c"));
for(String type: typeAmountMap.keySet()){
pieEntries.add(new PieEntry(typeAmountMap.get(type).floatValue(), type));
}
PieDataSet pieDataSet = new PieDataSet(pieEntries,null);
pieDataSet.setValueTextSize(13f);
pieDataSet.setColors(colors);
PieData pieData = new PieData(pieDataSet);
pieData.setDrawValues(true);
pieChart.setData(pieData);
pieChart.invalidate();
}
}

View File

@ -0,0 +1,87 @@
package com.daffainfo.budgetku.model;
public class Budget {
private int id;
private String name;
private String categories;
private String money;
private String description;
private String type;
private String datetime;
public Budget(String type, String money) {
this.categories = type;
this.money = money;
}
public Budget(int id, String name, String categories, String money, String description, String type, String datetime) {
this.id = id;
this.name = name;
this.categories = categories;
this.money = money;
this.description = description;
this.type = type;
this.datetime = datetime;
}
public static Budget create(String name, String categories, String money, String description, String type, String datetime) {
return new Budget(-1, name, categories, money, description, type, datetime);
}
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public String getCategories() {
return categories;
}
public void setCategories(String categories) {
this.categories = categories;
}
public String getMoney() {
return money;
}
public void setMoney(String money) {
this.money = money;
}
public String getDescription() {
return description;
}
public void setDescription(String description) {
this.description = description;
}
public String getType() {
return type;
}
public void setType(String type) {
this.type = type;
}
public String getDatetime() {
return datetime;
}
public void setDatetime(String datetime) {
this.datetime = datetime;
}
}

View File

@ -0,0 +1,157 @@
package com.daffainfo.budgetku.repository;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import android.util.Log;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import com.daffainfo.budgetku.model.Budget;
import java.util.ArrayList;
public class BudgetRepository {
public static BudgetRepository instance = null;
private SQLiteOpenHelper openDb;
private final SQLiteDatabase database;
public BudgetRepository(Context context) {
this.openDb = new SQLiteOpenHelper(context, "db.sql", null, 1) {
@Override
public void onCreate(SQLiteDatabase sqLiteDatabase) {
}
@Override
public void onUpgrade(SQLiteDatabase sqLiteDatabase, int i, int i1) {
}
};
// type == pemasukan / pengeluaran
database = openDb.getWritableDatabase();
// database.execSQL("DROP TABLE IF EXISTS budget");
database.execSQL("CREATE TABLE IF NOT EXISTS budget (" +
"id integer PRIMARY KEY AUTOINCREMENT," +
"name varchar(255) NOT NULL," +
"categories varchar(25) NOT NULL," +
"money varchar(255) NOT NULL," +
"description varchar(500) NOT NULL," +
"type varchar(10) NOT NULL," +
"datetime varchar(20) NOT NULL)"
);
}
public static BudgetRepository getInstance(Context context) {
if (instance == null)
instance = new BudgetRepository(context);
return instance;
}
//Buat floating button action pemasukan + pengeluaran
public void create(Budget budget) {
ContentValues newData = new ContentValues();
newData.put("name", budget.getName());
newData.put("categories", budget.getCategories());
newData.put("money", budget.getMoney());
newData.put("description", budget.getDescription());
newData.put("type", budget.getType());
newData.put("datetime", budget.getDatetime());
database.insert("budget", null, newData);
}
//Buat dapet total
public double count(String type) {
double totalIncome = 0;
Cursor cursor = database.rawQuery("SELECT SUM(money) FROM budget WHERE type = \"" + type + "\";", null);
if (cursor.moveToFirst()) {
do {
totalIncome += cursor.getDouble(0);
} while (cursor.moveToNext());
}
return totalIncome;
}
//Buat cek detail di laman history
public Budget get(int id) {
Cursor cursor = database.rawQuery("SELECT * FROM budget where id = " + id + ";", null);
if (cursor.getCount() > 0) {
cursor.moveToFirst();
return new Budget(Integer.parseInt(cursor.getString(0)), cursor.getString(1), cursor.getString(2), cursor.getString(3), cursor.getString(4), cursor.getString(5), cursor.getString(6));
}
return null;
}
//Buat search anggaran beredasarkan nama di laman history
public ArrayList<Budget> search(String name) {
Cursor cursor = database.rawQuery("SELECT * FROM budget where name like '%" + name + "%' order by name", null);
ArrayList<Budget> result = new ArrayList<>();
if (cursor.moveToFirst()) {
do {
// on below line we are adding the data from cursor to our array list.
result.add(new Budget(Integer.parseInt(cursor.getString(0)), cursor.getString(1), cursor.getString(2), cursor.getString(3), cursor.getString(4), cursor.getString(5), cursor.getString(6)));
} while (cursor.moveToNext());
// moving our cursor to next.
}
return result;
}
public double budgetDate(String type, String date) {
double total = 0;
Cursor cursor = database.rawQuery("SELECT SUM(money) FROM budget WHERE datetime like '%" + date + "%' AND type = \"" + type + "\";", null);
if (cursor.moveToFirst()) {
do {
total += cursor.getDouble(0);
} while (cursor.moveToNext());
}
return total;
}
// Buat dapat total income tanggal tertentu
public ArrayList<Budget> topCategories(String type) {
Cursor cursor = database.rawQuery("SELECT categories, SUM(money) as total_spent FROM budget WHERE type = \"" + type + "\" GROUP BY categories ORDER BY total_spent DESC", null);
ArrayList<Budget> result = new ArrayList<>();
if (cursor.moveToFirst()) {
do {
result.add(new Budget(cursor.getString(0), cursor.getString(1)));
} while (cursor.moveToNext());
}
return result;
}
//Buat listview di laman history
public ArrayList<Budget> read() {
Cursor cursor = database.rawQuery("SELECT * FROM budget order by datetime(datetime) DESC", null);
ArrayList<Budget> result = new ArrayList<>();
if (cursor.moveToFirst()) {
do {
// on below line we are adding the data from cursor to our array list.
result.add(new Budget(Integer.parseInt(cursor.getString(0)), cursor.getString(1), cursor.getString(2), cursor.getString(3), cursor.getString(4), cursor.getString(5), cursor.getString(6)));
} while (cursor.moveToNext());
// moving our cursor to next.
}
return result;
}
}

View File

@ -0,0 +1,30 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:aapt="http://schemas.android.com/aapt"
android:width="108dp"
android:height="108dp"
android:viewportWidth="108"
android:viewportHeight="108">
<path android:pathData="M31,63.928c0,0 6.4,-11 12.1,-13.1c7.2,-2.6 26,-1.4 26,-1.4l38.1,38.1L107,108.928l-32,-1L31,63.928z">
<aapt:attr name="android:fillColor">
<gradient
android:endX="85.84757"
android:endY="92.4963"
android:startX="42.9492"
android:startY="49.59793"
android:type="linear">
<item
android:color="#44000000"
android:offset="0.0" />
<item
android:color="#00000000"
android:offset="1.0" />
</gradient>
</aapt:attr>
</path>
<path
android:fillColor="#FFFFFF"
android:fillType="nonZero"
android:pathData="M65.3,45.828l3.8,-6.6c0.2,-0.4 0.1,-0.9 -0.3,-1.1c-0.4,-0.2 -0.9,-0.1 -1.1,0.3l-3.9,6.7c-6.3,-2.8 -13.4,-2.8 -19.7,0l-3.9,-6.7c-0.2,-0.4 -0.7,-0.5 -1.1,-0.3C38.8,38.328 38.7,38.828 38.9,39.228l3.8,6.6C36.2,49.428 31.7,56.028 31,63.928h46C76.3,56.028 71.8,49.428 65.3,45.828zM43.4,57.328c-0.8,0 -1.5,-0.5 -1.8,-1.2c-0.3,-0.7 -0.1,-1.5 0.4,-2.1c0.5,-0.5 1.4,-0.7 2.1,-0.4c0.7,0.3 1.2,1 1.2,1.8C45.3,56.528 44.5,57.328 43.4,57.328L43.4,57.328zM64.6,57.328c-0.8,0 -1.5,-0.5 -1.8,-1.2s-0.1,-1.5 0.4,-2.1c0.5,-0.5 1.4,-0.7 2.1,-0.4c0.7,0.3 1.2,1 1.2,1.8C66.5,56.528 65.6,57.328 64.6,57.328L64.6,57.328z"
android:strokeWidth="1"
android:strokeColor="#00000000" />
</vector>

View File

@ -0,0 +1,4 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
<solid android:color="@android:color/white" />
<stroke android:width="1dip" android:color="#000000"/>
</shape>

View File

@ -0,0 +1,5 @@
<vector android:height="24dp" android:tint="#000000"
android:viewportHeight="24" android:viewportWidth="24"
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="@android:color/white" android:pathData="M21,18v1c0,1.1 -0.9,2 -2,2L5,21c-1.11,0 -2,-0.9 -2,-2L3,5c0,-1.1 0.89,-2 2,-2h14c1.1,0 2,0.9 2,2v1h-9c-1.11,0 -2,0.9 -2,2v8c0,1.1 0.89,2 2,2h9zM12,16h10L22,8L12,8v8zM16,13.5c-0.83,0 -1.5,-0.67 -1.5,-1.5s0.67,-1.5 1.5,-1.5 1.5,0.67 1.5,1.5 -0.67,1.5 -1.5,1.5z"/>
</vector>

View File

@ -0,0 +1,5 @@
<vector android:height="24dp" android:tint="#000000"
android:viewportHeight="24" android:viewportWidth="24"
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="@android:color/white" android:pathData="M19,13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/>
</vector>

View File

@ -0,0 +1,5 @@
<vector android:height="20dp" android:tint="#000000"
android:viewportHeight="24" android:viewportWidth="24"
android:width="20dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="@android:color/white" android:pathData="M7,10l5,5 5,-5z"/>
</vector>

View File

@ -0,0 +1,5 @@
<vector android:height="24dp" android:tint="#000000"
android:viewportHeight="24" android:viewportWidth="24"
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="@android:color/white" android:pathData="M20,3h-1L19,1h-2v2L7,3L7,1L5,1v2L4,3c-1.1,0 -2,0.9 -2,2v16c0,1.1 0.9,2 2,2h16c1.1,0 2,-0.9 2,-2L22,5c0,-1.1 -0.9,-2 -2,-2zM20,21L4,21L4,8h16v13z"/>
</vector>

View File

@ -0,0 +1,5 @@
<vector android:height="24dp" android:tint="#000000"
android:viewportHeight="24" android:viewportWidth="24"
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="@android:color/white" android:pathData="M13,3c-4.97,0 -9,4.03 -9,9L1,12l3.89,3.89 0.07,0.14L9,12L6,12c0,-3.87 3.13,-7 7,-7s7,3.13 7,7 -3.13,7 -7,7c-1.93,0 -3.68,-0.79 -4.94,-2.06l-1.42,1.42C8.27,19.99 10.51,21 13,21c4.97,0 9,-4.03 9,-9s-4.03,-9 -9,-9zM12,8v5l4.28,2.54 0.72,-1.21 -3.5,-2.08L13.5,8L12,8z"/>
</vector>

View File

@ -0,0 +1,5 @@
<vector android:height="24dp" android:tint="#000000"
android:viewportHeight="24" android:viewportWidth="24"
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="@android:color/white" android:pathData="M12,8c1.1,0 2,-0.9 2,-2s-0.9,-2 -2,-2 -2,0.9 -2,2 0.9,2 2,2zM12,10c-1.1,0 -2,0.9 -2,2s0.9,2 2,2 2,-0.9 2,-2 -0.9,-2 -2,-2zM12,16c-1.1,0 -2,0.9 -2,2s0.9,2 2,2 2,-0.9 2,-2 -0.9,-2 -2,-2z"/>
</vector>

View File

@ -0,0 +1,5 @@
<vector android:height="24dp" android:tint="#000000"
android:viewportHeight="24" android:viewportWidth="24"
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="@android:color/white" android:pathData="M21,6h-2v9L6,15v2c0,0.55 0.45,1 1,1h11l4,4L22,7c0,-0.55 -0.45,-1 -1,-1zM17,12L17,3c0,-0.55 -0.45,-1 -1,-1L3,2c-0.55,0 -1,0.45 -1,1v14l4,-4h10c0.55,0 1,-0.45 1,-1z"/>
</vector>

View File

@ -0,0 +1,5 @@
<vector android:height="24dp" android:tint="#000000"
android:viewportHeight="24" android:viewportWidth="24"
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="@android:color/white" android:pathData="M19,13H5v-2h14v2z"/>
</vector>

View File

@ -0,0 +1,5 @@
<vector android:height="24dp" android:tint="#FFFFFF"
android:viewportHeight="24" android:viewportWidth="24"
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="@android:color/white" android:pathData="M15.5,14h-0.79l-0.28,-0.27C15.41,12.59 16,11.11 16,9.5 16,5.91 13.09,3 9.5,3S3,5.91 3,9.5 5.91,16 9.5,16c1.61,0 3.09,-0.59 4.23,-1.57l0.27,0.28v0.79l5,4.99L20.49,19l-4.99,-5zM9.5,14C7.01,14 5,11.99 5,9.5S7.01,5 9.5,5 14,7.01 14,9.5 11.99,14 9.5,14z"/>
</vector>

View File

@ -0,0 +1,170 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
android:viewportWidth="108"
android:viewportHeight="108">
<path
android:fillColor="#3DDC84"
android:pathData="M0,0h108v108h-108z" />
<path
android:fillColor="#00000000"
android:pathData="M9,0L9,108"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M19,0L19,108"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M29,0L29,108"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M39,0L39,108"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M49,0L49,108"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M59,0L59,108"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M69,0L69,108"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M79,0L79,108"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M89,0L89,108"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M99,0L99,108"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M0,9L108,9"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M0,19L108,19"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M0,29L108,29"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M0,39L108,39"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M0,49L108,49"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M0,59L108,59"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M0,69L108,69"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M0,79L108,79"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M0,89L108,89"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M0,99L108,99"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M19,29L89,29"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M19,39L89,39"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M19,49L89,49"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M19,59L89,59"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M19,69L89,69"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M19,79L89,79"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M29,19L29,89"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M39,19L39,89"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M49,19L49,89"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M59,19L59,89"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M69,19L69,89"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M79,19L79,89"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
</vector>

View File

@ -0,0 +1,30 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:aapt="http://schemas.android.com/aapt"
android:width="108dp"
android:height="108dp"
android:viewportWidth="108"
android:viewportHeight="108">
<path android:pathData="M31,63.928c0,0 6.4,-11 12.1,-13.1c7.2,-2.6 26,-1.4 26,-1.4l38.1,38.1L107,108.928l-32,-1L31,63.928z">
<aapt:attr name="android:fillColor">
<gradient
android:endX="85.84757"
android:endY="92.4963"
android:startX="42.9492"
android:startY="49.59793"
android:type="linear">
<item
android:color="#44000000"
android:offset="0.0" />
<item
android:color="#00000000"
android:offset="1.0" />
</gradient>
</aapt:attr>
</path>
<path
android:fillColor="#FFFFFF"
android:fillType="nonZero"
android:pathData="M65.3,45.828l3.8,-6.6c0.2,-0.4 0.1,-0.9 -0.3,-1.1c-0.4,-0.2 -0.9,-0.1 -1.1,0.3l-3.9,6.7c-6.3,-2.8 -13.4,-2.8 -19.7,0l-3.9,-6.7c-0.2,-0.4 -0.7,-0.5 -1.1,-0.3C38.8,38.328 38.7,38.828 38.9,39.228l3.8,6.6C36.2,49.428 31.7,56.028 31,63.928h46C76.3,56.028 71.8,49.428 65.3,45.828zM43.4,57.328c-0.8,0 -1.5,-0.5 -1.8,-1.2c-0.3,-0.7 -0.1,-1.5 0.4,-2.1c0.5,-0.5 1.4,-0.7 2.1,-0.4c0.7,0.3 1.2,1 1.2,1.8C45.3,56.528 44.5,57.328 43.4,57.328L43.4,57.328zM64.6,57.328c-0.8,0 -1.5,-0.5 -1.8,-1.2s-0.1,-1.5 0.4,-2.1c0.5,-0.5 1.4,-0.7 2.1,-0.4c0.7,0.3 1.2,1 1.2,1.8C66.5,56.528 65.6,57.328 64.6,57.328L64.6,57.328z"
android:strokeWidth="1"
android:strokeColor="#00000000" />
</vector>

View File

@ -0,0 +1,205 @@
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_alignParentBottom="true"
android:layout_alignParentLeft="true"
tools:context=".DetailActivity">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_margin="30dp"
android:orientation="vertical">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<TextView
android:id="@+id/title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:textSize="20sp"
android:textStyle="bold"
android:layout_marginBottom="5dp"/>
<TextView
android:id="@+id/txt_money"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textSize="30sp"
android:gravity="center"
android:textStyle="bold"
android:textColor="@color/black"/>
</LinearLayout>
<androidx.cardview.widget.CardView
android:id="@+id/cardview"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="30dp">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
<TextView
android:layout_weight="1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Detail Budget"
android:textSize="20dp"
android:textColor="@color/black"/>
<ImageButton
android:id="@+id/arrow"
android:layout_width="wrap_content"
android:layout_height="40dp"
android:src="@drawable/ic_baseline_arrow_drop_down_24">
</ImageButton>
</LinearLayout>
<LinearLayout
android:id="@+id/hiddenview"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:orientation="horizontal">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="Judul"
android:textSize="16dp"/>
<TextView
android:id="@+id/txt_nama"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:gravity="right"
android:textColor="@color/black"
android:textSize="16dp"/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:orientation="horizontal">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="Kategori"
android:textSize="16dp"/>
<TextView
android:id="@+id/txt_categories"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:gravity="right"
android:textColor="@color/black"
android:textSize="16dp"/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:orientation="horizontal">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="Tanggal"
android:textSize="16dp"/>
<TextView
android:id="@+id/txt_date"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:gravity="right"
android:textColor="@color/black"
android:textSize="16dp"/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:orientation="horizontal">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="Waktu"
android:textSize="16dp"/>
<TextView
android:id="@+id/txt_time"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:gravity="right"
android:textColor="@color/black"
android:textSize="16dp"/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:orientation="horizontal">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="Deskripsi Leengkap"
android:textSize="16dp"/>
<TextView
android:id="@+id/txt_description"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:gravity="right"
android:textColor="@color/black"
android:textSize="16dp"/>
</LinearLayout>
</LinearLayout>
</LinearLayout>
</androidx.cardview.widget.CardView>
</LinearLayout>
</ScrollView>

View File

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity">
<FrameLayout
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_above="@id/bottom_navigation" />
<com.google.android.material.bottomnavigation.BottomNavigationView
android:id="@+id/bottom_navigation"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
app:menu="@menu/menu_main"/>
</RelativeLayout>

View File

@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/activity_main"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#FFFFFF"
android:gravity="center"
android:orientation="vertical"
tools:context=".SplashActivity">
<TextView
android:id="@+id/logo"
android:layout_width="160dp"
android:layout_height="60dp"
android:textSize="35dp"
android:textColor="@color/black"
android:textStyle="bold"
android:text="BudgetKu"/>
<ProgressBar
android:id="@+id/progrss_bar"
style="@style/Widget.AppCompat.ProgressBar.Horizontal"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</LinearLayout>

View File

@ -0,0 +1,107 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_margin="20dp"
tools:context=".fragment.AddFragment">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="20dp"
android:orientation="vertical">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="5dp"
android:textSize="18sp"
android:text="Add Budget"
android:textStyle="bold"
android:gravity="center"
android:layout_marginBottom="20dp"
android:textColor="@color/black" />
<com.google.android.material.textfield.TextInputLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_margin="5dp"
android:hint="Tipe"
style="@style/Widget.MaterialComponents.TextInputLayout.FilledBox.ExposedDropdownMenu">
<androidx.appcompat.widget.AppCompatAutoCompleteTextView
android:id="@+id/spinner"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
</com.google.android.material.textfield.TextInputLayout>
<com.google.android.material.textfield.TextInputLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.google.android.material.textfield.TextInputEditText
android:id="@+id/edit_nama"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="5dp"
android:hint="Nama"/>
</com.google.android.material.textfield.TextInputLayout>
<com.google.android.material.textfield.TextInputLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.google.android.material.textfield.TextInputEditText
android:id="@+id/edit_kategori"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="5dp"
android:hint="Kategori"/>
</com.google.android.material.textfield.TextInputLayout>
<com.google.android.material.textfield.TextInputLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.google.android.material.textfield.TextInputEditText
android:id="@+id/edit_nominal"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="5dp"
android:hint="Nominal"
android:inputType="number|numberDecimal|numberSigned" />
</com.google.android.material.textfield.TextInputLayout>
<com.google.android.material.textfield.TextInputLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.google.android.material.textfield.TextInputEditText
android:id="@+id/edit_deskripsi"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="5dp"
android:hint="Deskripsi"
android:lines="8"
android:maxLines="10"
android:minLines="6"
android:scrollbars="vertical"
android:inputType="textMultiLine"/>
</com.google.android.material.textfield.TextInputLayout>
<Button
android:id="@+id/buttonSubmit"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Submit"/>
</LinearLayout>
</FrameLayout>

View File

@ -0,0 +1,122 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_margin="20dp"
tools:context=".fragment.CalendarFragment">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_margin="20dp"
android:orientation="vertical">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="5dp"
android:textSize="18sp"
android:text="Calendar"
android:textStyle="bold"
android:gravity="center"
android:layout_marginBottom="20dp"
android:textColor="@color/black" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<CalendarView
android:id="@+id/calendarView"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
<androidx.cardview.widget.CardView
android:layout_margin="5dp"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
app:cardBackgroundColor="@android:color/transparent"
app:cardCornerRadius="10dp">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="10dp"
android:paddingBottom="10dp"
android:text="Income"
android:textSize="20sp"
android:gravity="center"
android:textStyle="bold"/>
<TextView
android:id="@+id/txt_income"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="10dp"
android:paddingBottom="10dp"
android:gravity="center"
android:textSize="18sp"/>
</LinearLayout>
</androidx.cardview.widget.CardView>
<androidx.cardview.widget.CardView
android:layout_margin="5dp"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
app:cardBackgroundColor="@android:color/transparent"
app:cardCornerRadius="10dp"
app:cardElevation="3dp">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="10dp"
android:paddingBottom="10dp"
android:text="Expense"
android:textSize="20sp"
android:gravity="center"
android:textStyle="bold"/>
<TextView
android:id="@+id/txt_expense"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="10dp"
android:paddingBottom="10dp"
android:gravity="center"
android:textSize="18sp"/>
</LinearLayout>
</androidx.cardview.widget.CardView>
</LinearLayout>
</LinearLayout>
</FrameLayout>

View File

@ -0,0 +1,137 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/faq"
android:orientation="vertical"
android:layout_margin="20dp">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_margin="20dp"
android:orientation="vertical">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="5dp"
android:textSize="18sp"
android:text="FAQ"
android:textStyle="bold"
android:gravity="center"
android:layout_marginBottom="20dp"
android:textColor="@color/black" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:padding="10dp"
android:layout_marginBottom="10dp">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Q1. What is this app for?"
android:textSize="15sp"
android:textColor="@color/black"
android:textStyle="bold"/>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="This app is a tool for tracking your income and expenses and managing your budget."
android:textSize="13sp"
android:textColor="@color/black" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:padding="10dp"
android:layout_marginBottom="10dp">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Q2. What is this app for?"
android:textSize="15sp"
android:textColor="@color/black"
android:textStyle="bold"/>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="To add a new income or expense, tap the '+' button in the bottom center of the screen and select 'income' or 'expense'. Then, enter the details of the income or expense in the form that appears."
android:textSize="13sp"
android:textColor="@color/black" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:padding="10dp"
android:layout_marginBottom="10dp">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Q3. Can I see a history of my income and expenses?"
android:textSize="15sp"
android:textColor="@color/black"
android:textStyle="bold"/>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Yes, you can view a history of your income and expenses in the 'history' tab."
android:textSize="13sp"
android:textColor="@color/black" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:padding="10dp"
android:layout_marginBottom="10dp">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Q4. Do this app connect to my bank account?"
android:textSize="15sp"
android:textColor="@color/black"
android:textStyle="bold"/>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="No, you can't connect this apps to bank"
android:textSize="13sp"
android:textColor="@color/black" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:padding="10dp"
android:layout_marginBottom="10dp">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Q5. Is this application free?"
android:textSize="15sp"
android:textColor="@color/black"
android:textStyle="bold"/>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Yes, you can use this application without spending any money"
android:textSize="13sp"
android:textColor="@color/black" />
</LinearLayout>
</LinearLayout>
</LinearLayout>

View File

@ -0,0 +1,43 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_margin="20dp"
tools:context=".fragment.HistoryFragment">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_margin="20dp"
android:orientation="vertical">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="5dp"
android:textSize="18sp"
android:text="History"
android:textStyle="bold"
android:gravity="center"
android:layout_marginBottom="20dp"
android:textColor="@color/black" />
<ListView
android:id="@+id/listview_history"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:transcriptMode="normal" />
</LinearLayout>
<com.google.android.material.floatingactionbutton.FloatingActionButton
android:id="@+id/fab"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="end|bottom"
android:src="@drawable/ic_baseline_search_24"
android:tint="@color/white"
android:backgroundTint="@color/purple_500"/>
</FrameLayout>

View File

@ -0,0 +1,88 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/summary_fragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_margin="20dp"
tools:context=".fragment.SummaryFragment">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_margin="20dp"
android:orientation="vertical">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="5dp"
android:textSize="18sp"
android:text="Summary"
android:textStyle="bold"
android:gravity="center"
android:layout_marginBottom="20dp"
android:textColor="@color/black" />
<com.github.mikephil.charting.charts.PieChart
android:id="@+id/chart"
android:layout_width="match_parent"
android:layout_height="250dp"
android:layout_marginTop="5dp"/>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:layout_marginTop="20dp">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Top 10 Income"
android:gravity="center"
android:textStyle="bold"
android:textColor="@color/black"
android:layout_marginBottom="10dp"
android:layout_weight="1"/>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Top 10 Expenses"
android:gravity="center"
android:textStyle="bold"
android:textColor="@color/black"
android:layout_marginBottom="10dp"
android:layout_weight="1"/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
<ListView
android:id="@+id/listview_summary1"
android:layout_width="0dp"
android:layout_margin="5dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:divider="#000000"
android:dividerHeight="1dp"/>
<ListView
android:id="@+id/listview_summary2"
android:layout_width="0dp"
android:layout_margin="5dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:divider="#000000"
android:dividerHeight="1dp" />
</LinearLayout>
</LinearLayout>
</FrameLayout>

View File

@ -0,0 +1,52 @@
<?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="horizontal"
android:padding="15dp"
android:id="@+id/history_listview">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:orientation="vertical">
<TextView
android:id="@+id/txt_nama"
android:textStyle="bold"
android:layout_width="match_parent"
android:textColor="@color/black"
android:textSize="20sp"
android:layout_marginStart="10dp"
android:layout_height="wrap_content"/>
<TextView
android:id="@+id/txt_categories"
android:layout_width="match_parent"
android:textColor="@color/black"
android:textSize="12sp"
android:layout_marginTop="7dp"
android:layout_marginStart="10dp"
android:layout_height="wrap_content"/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1">
<TextView
android:id="@+id/txt_nominal"
android:gravity="right"
android:layout_width="match_parent"
android:textSize="15sp"
android:layout_marginEnd="15dp"
android:layout_marginStart="10dp"
android:layout_height="match_parent"/>
</LinearLayout>
</LinearLayout>

View File

@ -0,0 +1,22 @@
<?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="match_parent"
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
android:orientation="horizontal">
<com.google.android.material.textfield.TextInputLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.google.android.material.textfield.TextInputEditText
android:id="@+id/search_input"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="5dp"
android:hint="Input budget"/>
</com.google.android.material.textfield.TextInputLayout>
</LinearLayout>

View File

@ -0,0 +1,33 @@
<?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="horizontal"
android:padding="5dp"
android:id="@+id/summary_listview">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
<TextView
android:id="@+id/txt_categories"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textColor="@color/black"
android:textSize="14sp"
android:layout_weight="1"/>
<TextView
android:id="@+id/txt_nominal"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textColor="@color/black"
android:gravity="right"
android:textSize="14sp"
android:layout_weight="1"/>
</LinearLayout>
</LinearLayout>

View File

@ -0,0 +1,33 @@
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:tools="http://schemas.android.com/tools"
xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/action_summary"
android:enabled="true"
android:icon="@drawable/ic_baseline_account_balance_wallet_24"
android:title="@string/summary_menu" />
<item
android:id="@+id/action_history"
android:enabled="true"
android:icon="@drawable/ic_baseline_history_24"
android:title="@string/history_menu" />
<item
android:id="@+id/action_add"
android:enabled="true"
android:icon="@drawable/ic_baseline_add_24"
android:title="@string/add_menu" />
<item
android:id="@+id/action_calendar"
android:enabled="true"
android:icon="@drawable/ic_baseline_calendar_today_24"
android:title="@string/calendar_menu" />
<item
android:id="@+id/action_faq"
android:enabled="true"
android:icon="@drawable/ic_baseline_question_answer_24"
android:title="@string/help_menu" />
</menu>

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_background" />
<foreground android:drawable="@drawable/ic_launcher_foreground" />
</adaptive-icon>

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_background" />
<foreground android:drawable="@drawable/ic_launcher_foreground" />
</adaptive-icon>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 982 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

View File

@ -0,0 +1,3 @@
<resources>
<dimen name="fab_margin">48dp</dimen>
</resources>

View File

@ -0,0 +1,16 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
<style name="Theme.Budgetku" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
<!-- Primary brand color. -->
<item name="colorPrimary">@color/purple_200</item>
<item name="colorPrimaryVariant">@color/purple_700</item>
<item name="colorOnPrimary">@color/black</item>
<!-- Secondary brand color. -->
<item name="colorSecondary">@color/teal_200</item>
<item name="colorSecondaryVariant">@color/teal_200</item>
<item name="colorOnSecondary">@color/black</item>
<!-- Status bar color. -->
<item name="android:statusBarColor" tools:targetApi="l">?attr/colorPrimaryVariant</item>
<!-- Customize your theme here. -->
</style>
</resources>

View File

@ -0,0 +1,3 @@
<resources>
<dimen name="fab_margin">200dp</dimen>
</resources>

View File

@ -0,0 +1,3 @@
<resources>
<dimen name="fab_margin">48dp</dimen>
</resources>

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="purple_200">#FFBB86FC</color>
<color name="purple_500">#FF6200EE</color>
<color name="purple_700">#FF3700B3</color>
<color name="teal_200">#FF03DAC5</color>
<color name="teal_700">#FF018786</color>
<color name="black">#FF000000</color>
<color name="white">#FFFFFFFF</color>
</resources>

View File

@ -0,0 +1,3 @@
<resources>
<dimen name="fab_margin">16dp</dimen>
</resources>

View File

@ -0,0 +1,19 @@
<resources>
<string name="app_name">Budgetku</string>
<string name="action_settings">Settings</string>
<string name="summary">Summary</string>
<string name="about">About</string>
<string name="nav_open">Open</string>
<string name="nav_close">Close</string>
<string name="hello_blank_fragment">Hello blank fragment</string>
<string name="summary_fragment">Summary</string>
<string name="history_menu">History</string>
<string name="summary_menu">Summary</string>
<string name="add_menu">Add</string>
<string name="calendar_menu">Calendar</string>
<string name="help_menu">Help</string>
</resources>

View File

@ -0,0 +1,34 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
<style name="Theme.Budgetku" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
<item name="colorPrimary">@color/purple_500</item>
<item name="colorPrimaryVariant">@color/purple_700</item>
<item name="colorOnPrimary">@color/white</item>
<!-- Secondary brand color. -->
<item name="colorSecondary">@color/teal_200</item>
<item name="colorSecondaryVariant">@color/teal_700</item>
<item name="colorOnSecondary">@color/black</item>
<!-- Status bar color. -->
<item name="android:statusBarColor" tools:targetApi="l">?attr/colorPrimaryVariant</item>
<!-- Customize your theme here. -->
</style>
<style name="Theme.Budgetku.NoActionBar">
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
</style>
<style name="ToggleButtonWithIconOnly" parent="Widget.MaterialComponents.Button.OutlinedButton">
<item name="iconPadding">0dp</item>
<item name="android:insetTop">0dp</item>
<item name="android:insetBottom">0dp</item>
<item name="android:paddingLeft">12dp</item>
<item name="android:paddingRight">12dp</item>
<item name="android:minWidth">48dp</item>
<item name="android:minHeight">48dp</item>
</style>
<style name="Theme.Budgetku.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar" />
<style name="Theme.Budgetku.PopupOverlay" parent="ThemeOverlay.AppCompat.Light" />
</resources>

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?><!--
Sample backup rules file; uncomment and customize as necessary.
See https://developer.android.com/guide/topics/data/autobackup
for details.
Note: This file is ignored for devices older that API 31
See https://developer.android.com/about/versions/12/backup-restore
-->
<full-backup-content>
<!--
<include domain="sharedpref" path="."/>
<exclude domain="sharedpref" path="device.xml"/>
-->
</full-backup-content>

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?><!--
Sample data extraction rules file; uncomment and customize as necessary.
See https://developer.android.com/about/versions/12/backup-restore#xml-changes
for details.
-->
<data-extraction-rules>
<cloud-backup>
<!-- TODO: Use <include> and <exclude> to control what is backed up.
<include .../>
<exclude .../>
-->
</cloud-backup>
<!--
<device-transfer>
<include .../>
<exclude .../>
</device-transfer>
-->
</data-extraction-rules>

View File

@ -0,0 +1,17 @@
package com.daffainfo.budgetku;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public void addition_isCorrect() {
assertEquals(4, 2 + 2);
}
}

9
build.gradle Normal file
View File

@ -0,0 +1,9 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '7.2.2' apply false
id 'com.android.library' version '7.2.2' apply false
}
task clean(type: Delete) {
delete rootProject.buildDir
}

21
gradle.properties Normal file
View File

@ -0,0 +1,21 @@
# Project-wide Gradle settings.
# IDE (e.g. Android Studio) users:
# Gradle settings configured through the IDE *will override*
# any settings specified in this file.
# For more details on how to configure your build environment visit
# http://www.gradle.org/docs/current/userguide/build_environment.html
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
# AndroidX package structure to make it clearer which packages are bundled with the
# Android operating system, and which are packaged with your app"s APK
# https://developer.android.com/topic/libraries/support-library/androidx-rn
android.useAndroidX=true
# Enables namespacing of each library's R class so that its R class includes only the
# resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true

BIN
gradle/wrapper/gradle-wrapper.jar vendored Normal file

Binary file not shown.

View File

@ -0,0 +1,6 @@
#Wed Nov 23 20:03:31 ICT 2022
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

185
gradlew vendored Normal file
View File

@ -0,0 +1,185 @@
#!/usr/bin/env sh
#
# Copyright 2015 the original author or authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
##############################################################################
##
## Gradle start up script for UN*X
##
##############################################################################
# Attempt to set APP_HOME
# Resolve links: $0 may be a link
PRG="$0"
# Need this for relative symlinks.
while [ -h "$PRG" ] ; do
ls=`ls -ld "$PRG"`
link=`expr "$ls" : '.*-> \(.*\)$'`
if expr "$link" : '/.*' > /dev/null; then
PRG="$link"
else
PRG=`dirname "$PRG"`"/$link"
fi
done
SAVED="`pwd`"
cd "`dirname \"$PRG\"`/" >/dev/null
APP_HOME="`pwd -P`"
cd "$SAVED" >/dev/null
APP_NAME="Gradle"
APP_BASE_NAME=`basename "$0"`
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD="maximum"
warn () {
echo "$*"
}
die () {
echo
echo "$*"
echo
exit 1
}
# OS specific support (must be 'true' or 'false').
cygwin=false
msys=false
darwin=false
nonstop=false
case "`uname`" in
CYGWIN* )
cygwin=true
;;
Darwin* )
darwin=true
;;
MINGW* )
msys=true
;;
NONSTOP* )
nonstop=true
;;
esac
CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
# Determine the Java command to use to start the JVM.
if [ -n "$JAVA_HOME" ] ; then
if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
# IBM's JDK on AIX uses strange locations for the executables
JAVACMD="$JAVA_HOME/jre/sh/java"
else
JAVACMD="$JAVA_HOME/bin/java"
fi
if [ ! -x "$JAVACMD" ] ; then
die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
Please set the JAVA_HOME variable in your environment to match the
location of your Java installation."
fi
else
JAVACMD="java"
which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
Please set the JAVA_HOME variable in your environment to match the
location of your Java installation."
fi
# Increase the maximum file descriptors if we can.
if [ "$cygwin" = "false" -a "$darwin" = "false" -a "$nonstop" = "false" ] ; then
MAX_FD_LIMIT=`ulimit -H -n`
if [ $? -eq 0 ] ; then
if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ] ; then
MAX_FD="$MAX_FD_LIMIT"
fi
ulimit -n $MAX_FD
if [ $? -ne 0 ] ; then
warn "Could not set maximum file descriptor limit: $MAX_FD"
fi
else
warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
fi
fi
# For Darwin, add options to specify how the application appears in the dock
if $darwin; then
GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\""
fi
# For Cygwin or MSYS, switch paths to Windows format before running java
if [ "$cygwin" = "true" -o "$msys" = "true" ] ; then
APP_HOME=`cygpath --path --mixed "$APP_HOME"`
CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
JAVACMD=`cygpath --unix "$JAVACMD"`
# We build the pattern for arguments to be converted via cygpath
ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
SEP=""
for dir in $ROOTDIRSRAW ; do
ROOTDIRS="$ROOTDIRS$SEP$dir"
SEP="|"
done
OURCYGPATTERN="(^($ROOTDIRS))"
# Add a user-defined pattern to the cygpath arguments
if [ "$GRADLE_CYGPATTERN" != "" ] ; then
OURCYGPATTERN="$OURCYGPATTERN|($GRADLE_CYGPATTERN)"
fi
# Now convert the arguments - kludge to limit ourselves to /bin/sh
i=0
for arg in "$@" ; do
CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -`
CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option
if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition
eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
else
eval `echo args$i`="\"$arg\""
fi
i=`expr $i + 1`
done
case $i in
0) set -- ;;
1) set -- "$args0" ;;
2) set -- "$args0" "$args1" ;;
3) set -- "$args0" "$args1" "$args2" ;;
4) set -- "$args0" "$args1" "$args2" "$args3" ;;
5) set -- "$args0" "$args1" "$args2" "$args3" "$args4" ;;
6) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" ;;
7) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" ;;
8) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" ;;
9) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" "$args8" ;;
esac
fi
# Escape application args
save () {
for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done
echo " "
}
APP_ARGS=`save "$@"`
# Collect all arguments for the java command, following the shell quoting and substitution rules
eval set -- $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS "\"-Dorg.gradle.appname=$APP_BASE_NAME\"" -classpath "\"$CLASSPATH\"" org.gradle.wrapper.GradleWrapperMain "$APP_ARGS"
exec "$JAVACMD" "$@"

89
gradlew.bat vendored Normal file
View File

@ -0,0 +1,89 @@
@rem
@rem Copyright 2015 the original author or authors.
@rem
@rem Licensed under the Apache License, Version 2.0 (the "License");
@rem you may not use this file except in compliance with the License.
@rem You may obtain a copy of the License at
@rem
@rem https://www.apache.org/licenses/LICENSE-2.0
@rem
@rem Unless required by applicable law or agreed to in writing, software
@rem distributed under the License is distributed on an "AS IS" BASIS,
@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@rem See the License for the specific language governing permissions and
@rem limitations under the License.
@rem
@if "%DEBUG%" == "" @echo off
@rem ##########################################################################
@rem
@rem Gradle startup script for Windows
@rem
@rem ##########################################################################
@rem Set local scope for the variables with windows NT shell
if "%OS%"=="Windows_NT" setlocal
set DIRNAME=%~dp0
if "%DIRNAME%" == "" set DIRNAME=.
set APP_BASE_NAME=%~n0
set APP_HOME=%DIRNAME%
@rem Resolve any "." and ".." in APP_HOME to make it shorter.
for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m"
@rem Find java.exe
if defined JAVA_HOME goto findJavaFromJavaHome
set JAVA_EXE=java.exe
%JAVA_EXE% -version >NUL 2>&1
if "%ERRORLEVEL%" == "0" goto execute
echo.
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
echo.
echo Please set the JAVA_HOME variable in your environment to match the
echo location of your Java installation.
goto fail
:findJavaFromJavaHome
set JAVA_HOME=%JAVA_HOME:"=%
set JAVA_EXE=%JAVA_HOME%/bin/java.exe
if exist "%JAVA_EXE%" goto execute
echo.
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
echo.
echo Please set the JAVA_HOME variable in your environment to match the
echo location of your Java installation.
goto fail
:execute
@rem Setup the command line
set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
@rem Execute Gradle
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %*
:end
@rem End local scope for the variables with windows NT shell
if "%ERRORLEVEL%"=="0" goto mainEnd
:fail
rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
rem the _cmd.exe /c_ return code!
if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1
exit /b 1
:mainEnd
if "%OS%"=="Windows_NT" endlocal
:omega

17
settings.gradle Normal file
View File

@ -0,0 +1,17 @@
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
rootProject.name = "Budgetku"
include ':app'