Skip to Main Content
Android Programowanie aplikacji. Rusz głową! Wydanie II
book

Android Programowanie aplikacji. Rusz głową! Wydanie II

by David Griffiths, Dawn Griffiths
October 2018
Intermediate to advanced content levelIntermediate to advanced
880 pages
33h 52m
Polish
Helion
Content preview from Android Programowanie aplikacji. Rusz głową! Wydanie II
Fragmenty dla większych interfejsów
423
jesteś tutaj
package com.hfad.trenazer;
import android.support.v4.app.FragmentTransaction;
...
public class MainActivity extends AppCompatActivity
implements WorkoutListFragment.Listener {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
}
@Override
public void itemClicked(long id) {
View fragmentContainer = findViewById(R.id.fragment_container);
if (fragmentContainer != null) {
WorkoutDetailFragment details = new WorkoutDetailFragment();
FragmentTransaction ft = getSupportFragmentManager().beginTransaction();
details.setWorkout(id); ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Wydajne aplikacje dla systemu Android

Wydajne aplikacje dla systemu Android

Doug Sillars
Android. Receptury

Android. Receptury

Ian F. Darwin
Architektura aplikacji w Pythonie

Architektura aplikacji w Pythonie

Bob Gregory Harry Percival

Publisher Resources

ISBN: 9788328340794