Can someone explain how I can use the reverse fragment port? I downloaded the compatibility package with the manager, but I cannot find the library that I have to link to my project in order to use fragments.
thanks
In your SDK installation directory you will find extras/android/compatibility/v4/android-support-v4.jar . Add this to your libs/ project, and if you are an Eclipse user, add it to your build path.
extras/android/compatibility/v4/android-support-v4.jar
libs/
One thing. There is an error in the android bank "Stock v4", which is quite annoying - you cannot get the result of any activity launched from fragments, which makes it quite unsuitable for many problems. There is, however, a fixed version of the jar that solves the problem (as long as I think v5 is in place):
http://dev.polidea.pl/ext/android-support-v4-with-onActivityResult-fix.jar
And the problem is described here:
http://code.google.com/p/android/issues/detail?id=15394
Source: https://habr.com/ru/post/1343443/More articles:mysql switch case - sqlCreating an instance from a class name - reflectionA joint session between the Play platform and Django - javaC ++ Dictionary API - c ++How to copy nested arrays and make sure that the copy is a complete duplicate of the original - objectWhat level is the null pointer on the computer? - nullpointerexceptionCSS counters - only used with content? - cssDownload JavaScript in Google App Engine - javascriptTherefore, I cannot make fun of a method implemented in C - ruby ββ| fooobar.comArrow in navigation menus in CSS / JS (for example, playframework.org) - javascriptAll Articles