SlideShare une entreprise Scribd logo
1  sur  40
Télécharger pour lire hors ligne
Eclipse + Mobile = Mobile Tools for Java




                David Marques
          david.marques@cesar.org.br


                                           1
Unit Testing
Internationalization
Preprocessing
Build Configuration
Multi Device Support
Package Obfuscation
Application Packaging
MIDlet Templates

   Mobile Tools for Java Overview

                                    2
Mobile Tools for Java Overview

                                 3
MTJ Overview
     Extend existing Eclipse platform to support mobile Java
      application development
     Integrates with most Software Development Kits (SDKs) available
     MTJ does not ship any SDK, it is the device manufacturer's
      responsibility to distribute their SDKs


                                                        Vendor A
                                              UEI
              SDK            MTJ                        JavaME SDK
             Extens.

                       JDT
                                          Vendor        Vendor B
                Eclipse Platform          Proprietary   JavaME SDK
                                          Protocol




                                                                        4
MIDlet Templates

  Mobile Tools for Java Overview

                                   5
MIDlet Templates
     Reduces the effort to create 
      applications from scratch
     Allows customizing templates 
      without writing source code
     Custom templates can be 
      added to the environment




                                          6
MIDlet Templates




                                     Basic Splash Screen 
     Basic Game Infrastructure           Application

                                                            7
Application Packaging
MIDlet Templates

  Mobile Tools for Java Overview

                                   8
Application Packaging
      Resolves project dependencies
      Packages third party libraries




                                            9
Package Obfuscation
Application Packaging
MIDlet Templates

  Mobile Tools for Java Overview

                                   10
Package Obfuscation
      MTJ integrates with 
       proguard to provide 
       obfuscation
      ProGuard is an open 
       source Java class file 
       optimizer, obfuscator
      Proguard must be 
       downloaded separately 
       from MTJ 


      Proguard WebSite (http://proguard.sourceforge.net/)

                                                            11
Demo Part 1
     Import installed SDKs
     Create a MIDlet Suite Project
     Create a MIDlet from a 
      template                            Part 1
     Package application for 
      deployment
     Create an obfuscated package 
      for deployment
     Run/Debug Application



                                                   12
Multi Device Support
Package Obfuscation
Application Packaging
MIDlet Templates

  Mobile Tools for Java Overview

                                   13
Multi device configuration

                                    Applications are developed for 
                                     a wide range of devices
                                    Device fragmentation problem 
                                     affects mobile developers
                                    MTJ allows developing 
                                     applications for multiple target 
                                     devices




                                                                     14
Multi device configuration

                                    Every configuration has one 
                                     associated device
                                    Every configuration has it's 
                                     own symbol set


                                    Workspace level symbol sets 
                                     (imported from device 
                                     database)



                                                                     15
Multi device configuration

                      It is possible to package either one or all 
                       configurations




                      Every configuation is packaged on it's 
                       own folder under the deployed folder




                                                                      16
Build Configuration
Multi Device Support
Package Obfuscation
Application Packaging
MIDlet Templates

  Mobile Tools for Java Overview

                                   17
Build Configuration
                             Every device configuration 
                              requires a different set of 
                              resources
                             Customizing packages for 
                              different devices manually is 
                              very error prone
                             The build editor allows 
                              selecting which resources to 
                              package on each device 
                              configuration




                                                               18
Preprocessing
Build Configuration
Multi Device Support
Package Obfuscation
Application Packaging
MIDlet Templates

  Mobile Tools for Java Overview

                                   19
Preprocessing
       Preprocessing is very usefull since mobile applications need to 
        target several devices
       MTJ uses Antenna in order to provide preprocessing support
       Antenna is another open source project. It can be dowloaded 
        from (http://antenna.sourceforge.net/)
       Antenna preprocessor defines 
            Preprocessor language

                         //#if ScreenWidth>100 && ScreenHeight>120
                               do something;
                         //#else
                               do something else;
                         //#endif

                                                                           20
Preprocessing
                       Built in code 
                        assitant for 
                        preprocessing 
                        statements
                       All available 
                        statements are 
                        listed with brief 
                        descriptions




                                             21
Preprocessing
                                                         Built in code 
                                                          assitant for 
                                                          preprocessing 
                                                          symbols
                                                      ●   It is possible to 
                                                          define custom 
                                                          symbols

   ●   Each symbol has
          Name, Value, if active on active configuration


                                                                               22
Demo Part 2
     Setup multi device 
      configuration
     Setup build configuration
     Enable preprocessing               Part 2
     Manage preprocessing symbol 
      sets
     Add preprocessing to our 
      example
     Build and package applications 
      for all configurations

                                                  23
Internationalization
Preprocessing
Build Configuration
Multi Device Support
Package Obfuscation
Application Packaging
MIDlet Templates

   Mobile Tools for Java Overview

                                    24
Localization

      Mobile applications are used 
       all over the world
      Localizing applications must 
       not bring an overhead to the 
       development process




                                           25
Localization
                      Localization is 
                       done through 
                       key/value pairs
                      Keys will have 
                       localized values for 
                       every locale 
                       desired
                      All keys defined 
                       are available to the 
                       application's code




                                           26
Localization
                  A properties file is generated for 
                   every locale configured
                  The L10nResources class is used 
                   to get the localized values
                  All localized keys are created within 
                   the L10nConstants class




                                                            27
Unit Testing
Internationalization
Preprocessing
Build Configuration
Multi Device Support
Package Obfuscation
Application Packaging
MIDlet Templates

   Mobile Tools for Java Overview

                                    28
Unit Testing
    Every application needs to be tested in order to achieve quality 
     standards
    The testing framework must be tightly integrated within the IDE




                                                                         29
Unit Testing
      Running/Debugging test 
       cases is as simple as running 
       a MIDlet
      The test results are exibited 
       on the device's screen
      It is possible to package the 
       tests in order to run on a real 
       device




                                              30
Demo Part 3
  ●   Setup localization
  ●   Create localized resources
  ●   Add localization into the 
      application code                 Part 3
  ●   Enable unit testing
  ●   Create Unit Tests/ Suites
  ●   Run Tests




                                                31
Unit Testing
Internationalization
Preprocessing
Build Configuration
Multi Device Support
Package Obfuscation
Application Packaging
MIDlet Templates

   Mobile Tools for Java Overview

   Eclipse Pulsar Working Group

                                    32
Eclipse Pulsar Working Group
     Pulsar is an industry working group to promote collaboration 
      between mobile industry players
     Pulsar early access package is available for download from eclipse 
      web­site. (http://www.eclipse.org/pulsar)
     First official release with Eclipse Galileo, the annual release of 
      Eclipse projects on June 25th. (http://www.eclipse.org/galileo)




                                                                            33
Eclipse Pulsar Package
   Tools integration platform for mobile 
    development
   Easy to install and update tools and 
    SDKs




                                             34
Eclipse Pulsar Package
                                         MTJ   Eclipse    other
                                               IDE




                                           Pulsar IDE  
                                           Package

                          & In   stall
                n   load 
            Dow

             Discover SDKs                                        Redirect to
                                                                  Pulsar SDK
                                                                  Package

                                           Pulsar Server




  User Desktop                             Eclipse.org            SDK Plugin Provider Server
                                                                                           35
Mobile Tools for Java Overview

Eclipse Pulsar Working Group

  Open Source Community


                                 36
How to participate
   As an open source project everyone is welcome to contribute
        Send new ideas
        Help with bug fixes
        Propose new features
        Join our test team


   DSDP MTJ Web site: http://www.eclipse.org/dsdp/mtj
   DSDP MTJ Wiki: http://wiki.eclipse.org/DSDP/MTJ
   Newsgroup: news://news.eclipse.org/eclipse.dsdp.mtj
   Developer List: http://dev.eclipse.org/mailman/listinfo/dsdp­mtj­dev 


                                                                           37
Conclusions
      MTJ provides several features in order to improve mobile Java 
       development
      It requires a very low learning curve since it follows Eclipse 
       standards and everyone uses Eclipse :)




                                                                         38
Questions




                39
Eclipse + Mobile = Mobile Tools for Java




                David Marques
          david.marques@cesar.org.br


                                       40

Contenu connexe

Tendances

Android App Development Intro at ESC SV 2012
Android App Development Intro at ESC SV 2012Android App Development Intro at ESC SV 2012
Android App Development Intro at ESC SV 2012Opersys inc.
 
Android application structure
Android application structureAndroid application structure
Android application structureAlexey Ustenko
 
Getting started with android programming
Getting started with android programmingGetting started with android programming
Getting started with android programmingPERKYTORIALS
 
Android Studio Overview
Android Studio OverviewAndroid Studio Overview
Android Studio OverviewSalim Hosen
 
Android software stack
Android software stackAndroid software stack
Android software stackSoba Arjun
 
MTJ Taking Mobile Java Developers to the Next Level
MTJ Taking Mobile Java Developers to the Next LevelMTJ Taking Mobile Java Developers to the Next Level
MTJ Taking Mobile Java Developers to the Next Levelgustavoeliano
 
Android Application Development
Android Application DevelopmentAndroid Application Development
Android Application DevelopmentBenny Skogberg
 
Intro To Android App Development
Intro To Android App DevelopmentIntro To Android App Development
Intro To Android App DevelopmentMike Kvintus
 
Android Application Development
Android Application DevelopmentAndroid Application Development
Android Application DevelopmentRamesh Prasad
 
Arduino - Android Workshop Presentation
Arduino - Android Workshop PresentationArduino - Android Workshop Presentation
Arduino - Android Workshop PresentationHem Shrestha
 
Android development tutorial
Android development tutorialAndroid development tutorial
Android development tutorialnazzf
 
Os eclipse-androidwidget-pdf
Os eclipse-androidwidget-pdfOs eclipse-androidwidget-pdf
Os eclipse-androidwidget-pdfweerabahu
 
Android Overview
Android OverviewAndroid Overview
Android OverviewRaju Kadam
 
Android : Architecture & Components
Android : Architecture & ComponentsAndroid : Architecture & Components
Android : Architecture & ComponentsAkash Bisariya
 
Introduction to Android programming
Introduction to Android programmingIntroduction to Android programming
Introduction to Android programmingSirwan Afifi
 
Android summer training report
Android summer training reportAndroid summer training report
Android summer training reportShashendra Singh
 

Tendances (20)

Android basics
Android basicsAndroid basics
Android basics
 
Android App Development Intro at ESC SV 2012
Android App Development Intro at ESC SV 2012Android App Development Intro at ESC SV 2012
Android App Development Intro at ESC SV 2012
 
Android application structure
Android application structureAndroid application structure
Android application structure
 
Getting started with android programming
Getting started with android programmingGetting started with android programming
Getting started with android programming
 
Android Studio Overview
Android Studio OverviewAndroid Studio Overview
Android Studio Overview
 
Android software stack
Android software stackAndroid software stack
Android software stack
 
Android ppt
Android pptAndroid ppt
Android ppt
 
ANDROID
ANDROIDANDROID
ANDROID
 
MTJ Taking Mobile Java Developers to the Next Level
MTJ Taking Mobile Java Developers to the Next LevelMTJ Taking Mobile Java Developers to the Next Level
MTJ Taking Mobile Java Developers to the Next Level
 
Android Application Development
Android Application DevelopmentAndroid Application Development
Android Application Development
 
Intro To Android App Development
Intro To Android App DevelopmentIntro To Android App Development
Intro To Android App Development
 
Android Application Development
Android Application DevelopmentAndroid Application Development
Android Application Development
 
Arduino - Android Workshop Presentation
Arduino - Android Workshop PresentationArduino - Android Workshop Presentation
Arduino - Android Workshop Presentation
 
Android development tutorial
Android development tutorialAndroid development tutorial
Android development tutorial
 
Os eclipse-androidwidget-pdf
Os eclipse-androidwidget-pdfOs eclipse-androidwidget-pdf
Os eclipse-androidwidget-pdf
 
Android Overview
Android OverviewAndroid Overview
Android Overview
 
Android : Architecture & Components
Android : Architecture & ComponentsAndroid : Architecture & Components
Android : Architecture & Components
 
Ci for Android
Ci for AndroidCi for Android
Ci for Android
 
Introduction to Android programming
Introduction to Android programmingIntroduction to Android programming
Introduction to Android programming
 
Android summer training report
Android summer training reportAndroid summer training report
Android summer training report
 

Similaire à Eclipse Mobile Tools for Java Project

SynapseIndia mobile apps deployment framework architecture
SynapseIndia mobile apps deployment framework architectureSynapseIndia mobile apps deployment framework architecture
SynapseIndia mobile apps deployment framework architectureSynapseindiappsdevelopment
 
Open Source Licenses and Tools
Open Source Licenses and ToolsOpen Source Licenses and Tools
Open Source Licenses and Toolsg2ix
 
Multi-Configuration support in MTJ
Multi-Configuration support in MTJMulti-Configuration support in MTJ
Multi-Configuration support in MTJgustavoeliano
 
DSDP Mobile Tools for Java New and Noteworthy
DSDP Mobile Tools for Java New and NoteworthyDSDP Mobile Tools for Java New and Noteworthy
DSDP Mobile Tools for Java New and Noteworthydiegomadruga
 
DSDP Mobile Tools for Java New and Noteworthy
DSDP Mobile Tools for Java New and NoteworthyDSDP Mobile Tools for Java New and Noteworthy
DSDP Mobile Tools for Java New and Noteworthygustavoeliano
 
Secrets of .NET Assemblies and Memory Management
Secrets of .NET Assemblies and Memory ManagementSecrets of .NET Assemblies and Memory Management
Secrets of .NET Assemblies and Memory ManagementAbhishek Sur
 
Estimating Packaged Software - The first part of a framework
Estimating Packaged Software - The first part of a frameworkEstimating Packaged Software - The first part of a framework
Estimating Packaged Software - The first part of a frameworkNesma
 
Introduction to JVM IDE and JDK and other elements
Introduction to JVM IDE and JDK and other elementsIntroduction to JVM IDE and JDK and other elements
Introduction to JVM IDE and JDK and other elementskenl69784
 
Javame sdk-datasheet-167819
Javame sdk-datasheet-167819Javame sdk-datasheet-167819
Javame sdk-datasheet-167819Oscar Eduardo
 
Meego의 현재와 미래(2)
Meego의 현재와 미래(2)Meego의 현재와 미래(2)
Meego의 현재와 미래(2)mosaicnet
 
What is codename one
What is codename oneWhat is codename one
What is codename oneShai Almog
 
Android technology
Android technologyAndroid technology
Android technologyDhruv Modh
 
Sccm 2012
Sccm 2012Sccm 2012
Sccm 2012ebuc
 
Eclipse vs Netbean vs Railo
Eclipse vs Netbean vs RailoEclipse vs Netbean vs Railo
Eclipse vs Netbean vs RailoMohd Safian
 

Similaire à Eclipse Mobile Tools for Java Project (20)

SynapseIndia mobile build apps management
SynapseIndia mobile build apps managementSynapseIndia mobile build apps management
SynapseIndia mobile build apps management
 
SynapseIndia mobile apps deployment framework architecture
SynapseIndia mobile apps deployment framework architectureSynapseIndia mobile apps deployment framework architecture
SynapseIndia mobile apps deployment framework architecture
 
Open Source Licenses and Tools
Open Source Licenses and ToolsOpen Source Licenses and Tools
Open Source Licenses and Tools
 
Multi-Configuration support in MTJ
Multi-Configuration support in MTJMulti-Configuration support in MTJ
Multi-Configuration support in MTJ
 
Mobile Java
Mobile JavaMobile Java
Mobile Java
 
DSDP Mobile Tools for Java New and Noteworthy
DSDP Mobile Tools for Java New and NoteworthyDSDP Mobile Tools for Java New and Noteworthy
DSDP Mobile Tools for Java New and Noteworthy
 
DSDP Mobile Tools for Java New and Noteworthy
DSDP Mobile Tools for Java New and NoteworthyDSDP Mobile Tools for Java New and Noteworthy
DSDP Mobile Tools for Java New and Noteworthy
 
Secrets of .NET Assemblies and Memory Management
Secrets of .NET Assemblies and Memory ManagementSecrets of .NET Assemblies and Memory Management
Secrets of .NET Assemblies and Memory Management
 
Estimating Packaged Software - The first part of a framework
Estimating Packaged Software - The first part of a frameworkEstimating Packaged Software - The first part of a framework
Estimating Packaged Software - The first part of a framework
 
SynapseIndia mobile apps architecture
SynapseIndia mobile apps architectureSynapseIndia mobile apps architecture
SynapseIndia mobile apps architecture
 
Introduction to JVM IDE and JDK and other elements
Introduction to JVM IDE and JDK and other elementsIntroduction to JVM IDE and JDK and other elements
Introduction to JVM IDE and JDK and other elements
 
Javame sdk-datasheet-167819
Javame sdk-datasheet-167819Javame sdk-datasheet-167819
Javame sdk-datasheet-167819
 
Bhavin_Resume
Bhavin_ResumeBhavin_Resume
Bhavin_Resume
 
Meego의 현재와 미래(2)
Meego의 현재와 미래(2)Meego의 현재와 미래(2)
Meego의 현재와 미래(2)
 
What is codename one
What is codename oneWhat is codename one
What is codename one
 
Java-Unit-I.ppt
Java-Unit-I.pptJava-Unit-I.ppt
Java-Unit-I.ppt
 
Installers
InstallersInstallers
Installers
 
Android technology
Android technologyAndroid technology
Android technology
 
Sccm 2012
Sccm 2012Sccm 2012
Sccm 2012
 
Eclipse vs Netbean vs Railo
Eclipse vs Netbean vs RailoEclipse vs Netbean vs Railo
Eclipse vs Netbean vs Railo
 

Dernier

08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGSujit Pal
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 

Dernier (20)

08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAG
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 

Eclipse Mobile Tools for Java Project