Ditemukan 204 dokumen yang sesuai dengan query
Cinar, Onur
"Android apps with eclipse provides a detailed overview of eclipse, including steps and the screenshots to help Android developers to quickly get up to speed on eclipse and to streamline their day-to-day software development. This book includes the following, overview of eclipse fundamentals for both Java and C/C++ development, using eclipse android development toolkit (ADT) to develop, debug, and troubleshoot Android applications, and using eclipse C/C++ development toolkit (CDT) in conjunction with android native development kit (NDK) to integrate, develop and troubleshoot native Android components through eclipse."
New York: Springer, 2012
e20425435
eBooks Universitas Indonesia Library
Guihot, Herve
"Android allows developers to write apps using Java, C or a combination of both with the Android SDK and the Android NDK. This book reveals how to fine-tune your Android apps, making them more stable and faster. In this book, you'll learn the following, how to optimize your Java code with the SDK, but also how to write and optimize native code using advanced features of the Android NDK such as using ARM single instruction multiple data (SIMD) instructions (in C or assembly), how to use multithreading in your application, how make best use of memory and how to maximize battery life, and how to use to some OpenGL optimizations and to Renderscript, a new feature in Android 3.0 (Honeycomb) and expanded in Android 4.0 (Ice Cream Sandwich).
"
New York : Springer, 2012
e20425578
eBooks Universitas Indonesia Library
Meyer, Stephenie, 1973-
"Summary:
The third book in this teen vampire romance series that has proved to be an international publishing phenomenon."
London: Atom, 2010
813 MEY e
Buku Teks Universitas Indonesia Library
Mohamad Mahendra
"Aplikasi mobile sudah menjadi kebutuhan dalam kehidupan sehari-hari manusia, sehingga makin banyak aplikasi mobile yang dikembangkan saat ini. Untuk mengembangkan aplikasi mobile, dibutuhkan sebuah framework pengembangan aplikasi mobile. Saat ini terdapat berbagai jenis framework pengembangan aplikasi mobile dengan pendekatannya masing-masing, baik itu native apps, mobile web apps, widget based, bridging dengan javascript, dan yang lainnya. Pada penelitian ini akan dibuat sebuah eksperimen pengukuran performa terhadap beberapa framework pengembangan aplikasi mobile berbasis Android berdasarkan lima parameter yaitu response time, cpu usage, memory usage, app size, dan frame rate. Hasil dari penelitian ini berupa sebuah data bagaimana performa masing-masing framework pada lima parameter yang dipilih. Dari beberapa framework yang diukur performanya, aplikasi native merupakan framework pengembangan aplikasi mobile yang memiliki performa terbaik
Mobile applications have become a necessity in people's daily lives, so more and more mobile applications are being developed at this time. To develop mobile applications, a mobile application development framework is needed. Currently there are various types of mobile application development frameworks with their respective approaches, be it native apps, mobile web apps, widget based, bridging with javascript, and others. In this research, an experiment will be conducted about performance measurement of several Android based mobile application development frameworks that will be measured based on five parameters, namely response time, cpu usage, memory usage, app size, and frame rate. The results of this study are in the form of data on how each framework performs on the five parameters chosen. Of the several frameworks whose performance is measured, native applications are mobile application development frameworks that have the best performance"
Depok: Fakultas Ilmu Komputer Universitas Indonesia, 2020
S-pdf
UI - Skripsi Membership Universitas Indonesia Library
Westfall, Jon
"With Beginning android web apps development, you'll learn how to apply HTML5, CSS3, JavaScript, Ajax and other web standards for use on the android mobile platform, by building a variety of fun and visually stimulating games and other web applications! If you've done some basic web development, and you want to build your skills to create exceptional web apps, you'll find everything you seek in the discussions and examples in this book."
New York: Springer, 2012
e20425471
eBooks Universitas Indonesia Library
Hoisington, Corinne
"Summary:
Helps students prepare with a thorough introduction to Java and the keys to creating effective mobile applications. This book offers a hands-on tutorial approach with clear, step-by-step instruction and numerous screen shots to guide readers through tasks efficiently"
New Zeland: Cengage Learning, 2013
004.678 HOI a
Buku Teks SO Universitas Indonesia Library
Muhammad Irfan Herdianto
"Perkembangan IoT device dalam kalangan masyarakat sudah semakin menjamur. Penggunaan teknologi nirkabel yang hemat energy khususnya ikut andil dalam membantu perkembangan IoT pada device yang berada di tangan konsumen. Bluetooth Low Energy BLE merupakan teknologi nirkabel berbasis frekuensi radio RF yang memiliki environment cukup luas di dunia. Dengan memanfaatkan teknologi tersebut produsen device dapat memproduksi device yang tetap hemat energy dalam mentransmisi data ke backend dari sistem IoT. Namun terdapat celah pada teknologi BLE yang dapat ditembus oleh peretas, dikarenakan peretas dapat melakukan perekaman paket-paket data yang dikirimkan melalui RF dengan teknik Sniffing. Oleh karena itu dibutuhkan sistem keamanan yang diimplementasikan pada sisi Application Layer yaitu dengan cara melakukan enkripsi data sebelum dikirimkan melalui RF.
Tugas akhir ini mengembangkan sistem keamanan pengiriman data terenkripsi pada aplikasi Android menggunakan metode enkripsi AES-256. Beberapa pengujian akan dilakukan terhadap BLE untuk segi teknis dan performa waktu proses enkripsi dan dekripsi dari metode AES-256 khusus untuk device Android.
Dari hasil pengujian tersebut didapatkan jarak jangkauan terjauh untuk melakukan Advertising sebesar 24 meter pada device Android yang digunakan untuk pengujian. Waktu rata-rata respon pengiriman data sebesar 113,2 ms untuk jarak terdekat kondisi tanpa sekat dan sebesar 214 ms untuk jarak terdekat kondisi dengan sekat. Interval rata-rata yang didapatkan pada mode Low Power adalah 0,789 s Selain itu performa waktu proses dari enrkipsi dan dekripsi cukup kecil yaitu sebesar 477,4 s dan 1804,6 s untuk percobaan ukuran Bytes terbesar sehingga tidak mengganggu performa transmisi data antara device Android.
The development of IoT devices within the community has been increasingly mushrooming. The use of energy efficient wireless technology especially contributes in helping the development of IOT on a device that is in the hands of consumers. Bluetooth Low Energy BLE is a wireless technology based on radio frequency RF that has a wide enough environment in the world. By utilizing these technologies device manufacturers can produce devices that remain energy efficient in transmitting data to the backend of the IoT system. But there is flaws in BLE technology that can be penetrated by hackers, because hackers can record data packets sent via RF with Sniffing techniques. Therefore, it is necessary security system that is implemented on Application Layer side that is by doing data encryption before sending through RF. This final project develops an encrypted data delivery security system on Android app using AES 256 encryption method. Some testing will be done on BLE for technical terms and performance of encryption and decryption process time of AES 256 method specific to Android device. From the test results obtained a combination of power saving Advertising settings and distance range to do Advertising on Android devices. In addition, the performance time of the process of encryption and decryption is small enough, so it does not interfere with data transmission performance between Android devices. From the test results obtained the distance of the furthest distance to perform Advertising for 24 meters on the Android device used for testing. The average response time of data transmission is 113.2 ms for the closest distance of LOS condition and by 214 ms for the closest distance to the NLOS condition. Average advertising interval obtained in the Low Power mode is 0.789 s addition time performance of enrkipsi and decryption process is quite small in the amount 477.4 and 1804.6 for trial largest Bytes size that does not interfere with the performance of the transmission of data between Android devices."
Depok: Fakultas Teknik Universitas Indonesia, 2018
S-Pdf
UI - Skripsi Membership Universitas Indonesia Library
Meyer, Stephenie, 1973-
Jakarta: Gramedia Pustaka Utama, 2008
813 MEY e
Buku Teks Universitas Indonesia Library
Asabell Audida
"Luna dipertemukan dengan cowok misterius yang punya dua kepribadian bernama Ara Pahlevi. Tidak hanya itu, Ara diam-diam suka menulis puisi dan diselipkan di laci meja Luna. Luna berpikir, pertemuannya dengan Ara bisa membawa warna baru bagi hidupnya yang kelabu. Luna yakin bahwa pilihannya untuk bersama adalah sesuatu yang tepat, sampai akhirnya sebuah kejadian mengubah segalanya. Lun, akan saya ceritakan padamu tentang sebuah kisah.Tentang apa?Tentang Bulan dan Matahari yang tak ingin terpisah.Nggak minat. Nggak suka ending-nya Memangnya apa?Sesuai dengan puisi yang kamu tulis, kan? Pada akhirnya, semesta hanya mempertemukan keduanya lewat gerhana. Tapi, tak membiarkan mereka bersatu selamanya Itu bukan akhir yang sebenarnya. Ada lanjutannya.Jadi, akhir yang sebenarnya seperti apa?Bulan dan Matahari memberontak, mereka tetap ingin bersatu. Melawan semesta dan seluruh aturannya.Serius?Iya, tapi Tapi, kenapa?Bulan dan Matahari harus menerima konsekuensi dari melawan takdir mereka.Konsekuensi seperti apa?Kita akan segera mengetahuinya."
Jakarta: Grasindo, 2022
813 ASA s
Buku Teks Universitas Indonesia Library
Askar Juara
"Perkembangan sistem operasi Android yang cepat tidak hanya menimbulkan inovasi yang brilian, tetapi juga sebuah permasalahan yang sudah lama ada di dunia digital, yakni pembajakan perangkat lunak. Penelitian ini membahas mengenai penggunaan aplikasi bajakan yang dilakukan oleh pengguna perangkat Android. Meskipun harganya sudah relatif terjangkau dan dapat diunduh dari mana saja dan kapan saja, tetap saja pengguna perangkat Android menggunakan aplikasi bajakan.
Teori yang digunakan dalam penelitian ini adalah teori routine activity yang menjelaskan kejahatan cyber dengan konsep crime triangle.
Metode penelitian adalah deskriptif kualitatif dengan studi kasus dengan melakukan wawancara mendalam dengan dua orang informan pengguna aplikasi Android bajakan yang termasuk ke dalam kategori advance user.
Kesimpulan dari penelitian ini bahwa penggunaan aplikasi bajakan terjadi karena adanya motivasi dari si pelaku itu sendiri, kemudahan dalam mendapatkan aplikasi bajakan, dan tidak berjalannya peran dari intimate handler.
Development of the Android operating system allows not only lead to a brilliant innovation, but also a long-standing issue in the digital world, which is software piracy. This study discusses the use of pirated apps by Android device users. Although the price is relatively affordable and can be downloaded from anywhere and at anytime, Android device users still use pirated apps. The theory used in this study is a routine activity theory that explains the concept of cyber crime with crime triangle. The research method was descriptive qualitative case study to conduct in-depth interviews with two informants users of pirated Android apps that fall into the category of advanced users. The conclusion of this study that the use of pirated applications is due to the motivation of the perpetrator himself, in the ease of getting pirated apps, and the ineffectiveness of the role of intimate handler."
Depok: Fakultas Ilmu Sosial dan Ilmu Politik Universitas Indonesia, 2013
S46417
UI - Skripsi Membership Universitas Indonesia Library