GitBucket
Toggle navigation
Sign in
Files
Branches
12
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
nitta-lab-2018
/
Cactus
Browse code
戻れるようにした
CleanArchitecture
ForEasySignUp
PlayerFragment
RemakeLoginFragment
all-layout
bullet
correct_design
logout_player
master
object_move
test
...
ui
1 parent
9397911
commit
1595fdcb8c2bf089926dbd90fa4c9f13cc689b52
a-matsumoto
authored
on 14 Jun 2018
Patch
Unified
Split
Showing
1 changed file
+3
-0
■
■
■
■■
app/src/main/java/org/ntlab/radishforandroidstudio/cactusClient/views/LoginFragment.java
Ignore Space
Show notes
View
3
■
■
■
■■
app/src/main/java/org/ntlab/radishforandroidstudio/cactusClient/views/LoginFragment.java
FragmentManager
manager
=
getFragmentManager
();
FragmentTransaction
transaction
=
manager
.
beginTransaction
();
transaction
.
addToBackStack
(
null
);
transaction
.
replace
(
R
.
id
.
fragment_place
,
new
SignUpFragment
());
transaction
.
commit
();
}
connection
.
doPut
();
}
}
});
}
}
Show line notes below