Search Results - UPI~

Refine Results
  1. 1421

    Suburban Steel : The Magnificent Failure of the Lustron Corporation, 1945-1951 / by Knerr, Douglas, 1960-

    Published 2004
    Subjects:
    Full text available:
    Electronic eBook
  2. 1422

    Indocumentados : mitos y realidades

    Published 1979
    Table of Contents: “…Cornelius -- Comentario / Mario Margulis -- La repatriación forzosa como solución política concluyente al problema de la emigración ilegal / Ralph Guzmán -- Comentario / Samuel I. del Villar -- Chicanos y extranjeros ilegales / Arturo Gándara -- Comentario / Antonio González de León -- Las propuestas de política migratoria en los Estados Unidos y sus repercusiones en Mexico / Jorge A. …”
    Full text available:
    Electronic eBook
  3. 1423

    Assegai / by Smith, Wilbur A.

    Published 2009
    Book
  4. 1424

    Ethics identity and national integration /

    Published 1994
    Book
  5. 1425

    Dubai gilded cage / by Ali, Syed

    Published 2010
    Subjects: “…Foreign workers Legal status, laws, etc. United Arab Emirates Dubayy (Emirate)…”
    An electronic book accessible through the World Wide Web; click to view
    Electronic eBook
  6. 1426

    Implementing AppFog / by Nohr, Matthew

    Published 2012
    An electronic book accessible through the World Wide Web; click to view
    Electronic eBook
  7. 1427
  8. 1428
  9. 1429

    The four pillars of islam / by Nadwi, Abul hasan Ali

    Published 1978
    Book
  10. 1430

    Islamic concept of prophethood / by Nadwi, Abul Hasan Ali

    Published 1976
    Book
  11. 1431

    Hughes syndrome/APS

    Published 2017
    Table of Contents: “…Contents: Hughes syndrome/APS: past, present & future -- APS: not just thrombosis and miscarriage -- β2 GP1 -- Sleep disturbance & APS -- Teenage migraine -- Genetics vs. environment -- Pain in the hips -- MS or APS? …”
    Get full text
    Electronic Video
  12. 1432

    Islam : a Christian perspective / by Nazir-Ali, Michael

    Published 1983
    Book
  13. 1433

    Enhancer malfunction in cancer

    Published 2014
    Table of Contents: “…-- The AFF4 complex and Hox genes -- COMPASS family of H3K4 methylases and their mutations in cancer -- Chromatin Bivalency -- The ELL family of Pol II elongation factors -- Drosophila Trr -- Enhancer/promoter interactions, malfunctions and their outcomes.…”
    Get full text
    Series
    Electronic Video
  14. 1434

    Frontiers in Muslim-Christian encounter / by Nazir-Ali, Michael

    Published 1987
    Book
  15. 1435

    Data analytics applied to the mining industry /

    Published 2021
    Taylor & Francis
    OCLC metadata license agreement
    Electronic eBook
  16. 1436

    Android App-hook and plug-in technology / by Bao, Jianqiang

    Published 2020
    Table of Contents: “…133 5.4 LAUNCH AN ACTIVITY NOT DECLARED IN ANDROIDMANIFEST.XML 133 5.4.1 How to Hook AMN 133 5.4.2 First Half of the Hook 135 5.4.3 Second Half of the Hook: Hooking the Field mCallback of H 139 5.4.4 Second Half of the Hook: Hooking the mInstrumentation Field of ActivityThread 141 5.5 SUMMARY 143 Chapter 6 -- The Basic Concepts of Plug-In Techniques 145 6.1 LOADING EXTERNAL DEX 145 6.2 INTERFACE-ORIENTED PROGRAMMING 148 6.3 PLUG-IN THINNING 151 6.4 DEBUGGING IN PLUG-INS 154 6.5 APPLICATION PLUG-IN SOLUTIONS 156 6.6 SUMMARY 158 Chapter 7 -- Resources in Plug-In 159 7.1 HOW TO LOAD RESOURCES IN ANDROID 159 7.1.1 Types of Resources 159 7.1.2 Resources and AssetManager 160 7.2 PLUG-IN SOLUTIONS OF RESOURCES 161 7.3 SOLUTIONS FOR CHANGING SKINS 166 7.4 ANOTHER PLUG-IN SOLUTION FOR CHANGING SKINS 178 7.5 SUMMARY 179 Chapter 8 -- The Plug-In Solution of Four Components 181 8.1 THE SIMPLEST PLUG-IN SOLUTION 181 8.1.1 Pre-Declare Activity and Service of the Plug-In in the HostApp's AndroidManifest.xml 182 8.1.2 Combine the Dex 183 8.1.3 Start a Service of the Plug-In 184 8.1.4 Resources in Activity 185 8.2 A PLUG-IN SOLUTION FOR ACTIVITY 188 8.2.1 Launch an Activity of a Plug-In Not Declared in the AndroidManifest.xml of the HostApp 188 8.2.2 Solution 1: Based on Dynamic-Proxy 193 8.2.2.1 The Process of Launching an Activity 193 8.2.2.2 Add a Plug-In Activity to the Cache 196 8.2.2.3 Solution 1 of Loading Class in a Plug-In: Create DexClassLoader for Each Plug-In apk 201 8.2.2.4 Hooking More Classes 202 8.2.3 Solution 2: Merge All the Plug-In Dexes into One Array 205 8.2.4 Plug-In Solution of Resources 208 8.2.5 Support LaunchMode in Plug-In 208 8.2.6 Solution 3: Hook ClassLoader 212 8.3 THE PLUG-IN SOLUTION FOR SERVICE 216 8.3.1 The Relationship Between Service and Activity 216 8.3.2 StubService 218 8.3.3 Plug-In Solution to startService() 220 8.3.4 Plug-In Solution of bindService 226 8.4 A PLUG-IN SOLUTION FOR BROADCASTRECEIVER 229 8.4.1 Receiver Overview 229 8.4.2 A Plug-In Solution for Dynamic Receiver 231 8.4.3 A Plug-In Solution for Static Receiver 231 8.4.4 A Final Plug-In Solution for Static Receiver 233 8.5 A PLUG-IN SOLUTION FOR CONTENTPROVIDER 239 8.5.1 The Basic Concept of ContentProvider 239 8.5.2 A Simple Example of ContentProvider 239 8.5.3 A Plug-In Solution for ContentProvider 242 8.5.4 The Right Time to Install a ContentProvider Plug-In 245 8.5.5 The Forwarding Mechanism of ContentProvider 246 8.6 SUMMARY 247 Chapter 9 -- A Plug-In Solution Based on Static-Proxy 249 9.1 A PLUG-IN SOLUTION FOR ACTIVITY BASED ON STATIC-PROXY 249 9.1.1 The Idea of Static-Proxy 249 9.1.2 The Simplest Example of Static-Proxy 250 9.1.2.1 Jump from the HostApp to the Plug-In 251 9.1.2.2 Communication between ProxyActivity and Plug-In Activity 252 9.1.2.3 The Logic of Activity in the Plug-In 255 9.1.3 Jump in the Plug-In 255 9.1.4 Eliminate the Keyword "that" 256 9.1.5 Jump Out 259 9.1.5.1 Preparation for Jumping Out 259 9.1.5.2 Jump to Another Plug-In 260 9.1.5.3 Jump to the HostApp 260 9.1.6 Use Interface-Oriented Programming in Static-Proxy 261 9.1.7 Support for LaunchMode 267 9.1.7.1 Overview of LaunchMode 267 9.1.7.2 Plug-In Solutions for LaunchMode 269 9.2 THE PLUG-IN SOLUTION FOR SERVICE AND BROADCASTRECEIVER BASED ON STATIC-PROXY 271 9.2.1 Static-Proxy in Service 271 9.2.1.1 Issue 1 276 9.2.1.2 Issue 2 277 9.2.1.3 Issue 3 278 9.2.2 Support bindService() 278 9.2.3 StubService 280 9.2.4 The Last Solution for Service Plug-Ins: Integration with Dynamic-Proxy and Static-Proxy 283 9.2.4.1 Parse Service in the Plug-In 283 9.2.4.2 Create a Service Object Using Reflection 285 9.2.4.3 ProxyService and ServiceManager 287 9.2.4.4 bindService() and unbindService() 294 9.2.5 Static-Proxy in BroadcastReceiver 301 9.3 SUMMARY 305 Chapter 10 -- Related Plug-In Techniques 307 10.1 RESOLVE THE CONFLICTS BETWEEN RESOURCES OF THE PLUG-INS 307 10.1.1 The Process of App Packaging 307 10.1.2 Hook aapt 308 10.1.2.1 Modify and Generate a New aapt Command 308 10.1.2.2 Using This New aapt Command in the Project 314 10.1.3 public.xml 316 10.1.4 Plug-In Uses Resources in the HostApp 318 10.2 A PLUG-IN FRAMEWORK BASED ON FRAGMENT 320 10.2.1 AndroidDynamicLoader Overview 320 10.2.2 A Simple Plug-In Sample Based on Fragment 321 10.2.3 Jumping Between Fragments 322 10.2.4 Jump from the Plug-In 324 10.3 DOWNGRADE 326 10.3.1 From Activity to HTML5 328 10.3.2 From HTML5 to Activity 334 10.3.3 Support for the Backpress Button 340 10.4 PROGUARD FOR PLUG-INS 341 10.4.1 Basic Obfuse Rules for Plug-Ins 341 10.4.2 Obfuse Without a Common Library 342 10.4.3 Obfusing with a Common Library 345 10.4.3.1 Use MultiDex 346 10.4.3.2 Modify the ProGuard File 349 10.4.3.3 Remove Redundant Dexes from plugin1.apk 350 10.5 INCREMENTAL UPDATE 352 10.5.1 The Basic Concept of an Incremental Update 352 10.5.2 Create an Incremental Package 353 10.5.3 Apply Permissions 353 10.5.4 Merge Incremental Package 354 10.6 A PLUG-IN SOLUTION FOR SO FILES 356 10.6.1 Write a Hello-World SO 356 10.6.1.1 Download NDK 356 10.6.1.2 Create a Project to Generate SO 357 10.6.2 Using SO 362 10.6.3 The Principle of Loading SO 363 10.6.3.…”
    Taylor & Francis
    OCLC metadata license agreement
    Electronic eBook
  17. 1437
  18. 1438

    Islam : a Christian perspective/ by Nazir-Ali, Michael

    Published 1983
    Book
  19. 1439

    Hughes syndrome/APS

    Published 2017
    Table of Contents: “…Contents: Hughes syndrome/APS: past, present & future -- APS: not just thrombosis and miscarriage -- β2 GP1 -- Sleep disturbance & APS -- Teenage migraine -- Genetics vs. environment -- Pain in the hips -- MS or APS? …”
    Get full text
    Electronic Video
  20. 1440

    Enhancer malfunction in cancer

    Published 2014
    Table of Contents: “…-- The AFF4 complex and Hox genes -- COMPASS family of H3K4 methylases and their mutations in cancer -- Chromatin Bivalency -- The ELL family of Pol II elongation factors -- Drosophila Trr -- Enhancer/promoter interactions, malfunctions and their outcomes.…”
    Get full text
    Series
    Electronic Video