1. Mobile App development strategies:
a) What are the pros and cons creating native app vs. mobile web app?
b) What is a “hybrid” mobile app? Give example, and discuss why you would use it.
c) Why do you think native SDK mobile app development will still/not be needed despite cross platform tools such as Xamarin? Argue for/against the future of native app development jobs
2. Mobile App Innovation and Monetization
a) Do you believe that the mobile app (IoT) economy is sustainable in the next 5 years? Explain your justification with theory or example
1. Refer to “the future of real-time information” (PSFK report for UN Global Pulse)
a) Describe using one of the examples – how context-aware mobile and ubiquitous systems can solve Queensland’s agricultural sectors with the great wealth of data from IoT
b) What are the practical challenges in aggregating taxi drivers data for finding the fastest driving route?
c) Describe a creative use of mobile context aware systems to enable “data overlays on interactive maps”
2. Refer to my article on “Transformational trends of IoT” – written in Dec 2013
a) Describe how “Amazon Dash” can pave the way towards a fully autonomous kitchen’s fridge or pantry.
b) Describe how data mining can support a real-time analysis of consumer’s behaviour, so that future mobile shopping can be context-aware and personalised.
c) Discuss how a stronger sense of community can be shaped by mobile personalised context-aware systems
Last Completed Projects
| topic title | academic level | Writer | delivered |
|---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });

