Skip to content

Commit 1c55869

Browse files
committed
refactoring
1 parent 7893528 commit 1c55869

26 files changed

+1003
-703
lines changed

.idea/codeStyles/Project.xml

Lines changed: 140 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/codeStyles/codeStyleConfig.xml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/main/java/com/omega_r/bind/app/MainActivity.kt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,15 @@ package com.omega_r.bind.app
22

33
import androidx.appcompat.app.AppCompatActivity
44
import android.os.Bundle
5+
import com.omega_r.bind.model.BindModel
6+
import com.omega_r.bind.model.binders.bindString
57

68
class MainActivity : AppCompatActivity() {
9+
10+
private val bindModel = BindModel.create<String> {
11+
bindString(R.id.NO_DEBUG)
12+
}
13+
714
override fun onCreate(savedInstanceState: Bundle?) {
815
super.onCreate(savedInstanceState)
916
setContentView(R.layout.activity_main)

0 commit comments

Comments
 (0)